Skip to content

Commit

Permalink
Update authConfig.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi authored Dec 26, 2024
1 parent 49b3db2 commit 2563158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/shared/authConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ export const authCodeFlowConfig: AuthConfig = {
issuer: 'https://id.weihanli.xyz',

// URL of the SPA to redirect the user to after login
redirectUri: window.location.origin + '/zh/account/callback',
// redirectUri: window.location.origin + '/zh/account/callback',
// redirectUri: 'http://localhost:4200' + '/account/callback',
redirectUri: 'https://reservation-client.weihanli.xyz/zh' + '/account/callback',

// The SPA's id. The SPA is registerd with this id at the auth-server
// clientId: 'server.code',
Expand Down

0 comments on commit 2563158

Please sign in to comment.