Skip to content

Commit 2563158

Browse files
authored
Update authConfig.ts
1 parent 49b3db2 commit 2563158

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/shared/authConfig.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ 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 + '/zh/account/callback',
9+
// redirectUri: window.location.origin + '/zh/account/callback',
1010
// redirectUri: 'http://localhost:4200' + '/account/callback',
11+
redirectUri: 'https://reservation-client.weihanli.xyz/zh' + '/account/callback',
1112

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

0 commit comments

Comments
 (0)