Skip to content

Commit 298336b

Browse files
committed
update redirect url
1 parent 85c410f commit 298336b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/shared/authConfig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export const authCodeFlowConfig: AuthConfig = {
66
issuer: 'https://id.weihanli.xyz',
77

88
// URL of the SPA to redirect the user to after login
9-
// redirectUri: window.location.origin + '/account/callback',
10-
redirectUri: 'http://localhost:4200' + '/account/callback',
9+
redirectUri: window.location.origin + '/zh/account/callback',
10+
// redirectUri: 'http://localhost:4200' + '/account/callback',
1111

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

0 commit comments

Comments
 (0)