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 85c410f commit 298336bCopy full SHA for 298336b
src/app/shared/authConfig.ts
@@ -6,8 +6,8 @@ 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 + '/account/callback',
10
- redirectUri: 'http://localhost:4200' + '/account/callback',
+ redirectUri: window.location.origin + '/zh/account/callback',
+ // redirectUri: 'http://localhost:4200' + '/account/callback',
11
12
// The SPA's id. The SPA is registerd with this id at the auth-server
13
// clientId: 'server.code',
0 commit comments