Skip to content

Commit

Permalink
Update en/asgardeo/docs/quick-starts/javascript.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dasuni Geeganage <[email protected]>
  • Loading branch information
sagara-gunathunga and dasuni-30 authored Dec 12, 2024
1 parent 74fffee commit 291b040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/asgardeo/docs/quick-starts/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const auth = AsgardeoSPAClient.getInstance();
await auth.initialize({
signInRedirectURL: "http://localhost:5173",
signOutRedirectURL: "http://localhost:5173",
clientID: "RNCTsWN50MyqiQpFuWFjifJdIcIa",
clientID: "<your-app-client-id>",
baseUrl: "https://api.asgardeo.io/t/sagaraorg",
scope: ["openid", "profile"]
});
Expand Down

0 comments on commit 291b040

Please sign in to comment.