We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b3db2 commit 2563158Copy full SHA for 2563158
src/app/shared/authConfig.ts
@@ -6,8 +6,9 @@ export const authCodeFlowConfig: AuthConfig = {
6
issuer: 'https://id.weihanli.xyz',
7
8
// URL of the SPA to redirect the user to after login
9
- redirectUri: window.location.origin + '/zh/account/callback',
+ // redirectUri: window.location.origin + '/zh/account/callback',
10
// redirectUri: 'http://localhost:4200' + '/account/callback',
11
+ redirectUri: 'https://reservation-client.weihanli.xyz/zh' + '/account/callback',
12
13
// The SPA's id. The SPA is registerd with this id at the auth-server
14
// clientId: 'server.code',
0 commit comments