Skip to content

Commit

Permalink
Set clearHashAfterLogin false
Browse files Browse the repository at this point in the history
To avoid race condition with RedirectHandler
  • Loading branch information
fabian committed Feb 6, 2024
1 parent 83db786 commit 17a02b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export class AppComponent implements OnInit {
userinfoEndpoint: `${environment.worldskillsAuthorizeUserinfoEndpoint}?show_child_roles=${environment.loadChildEntityRoles ? 'true' : 'false'}&${environment.filterAuthRoles.map(appCode => `app_code=${appCode}`).join('&')}`,
clientId: environment.worldskillsClientId,
requireHttps: environment.production,
clearHashAfterLogin: false,
oidc: false
});

Expand Down

0 comments on commit 17a02b7

Please sign in to comment.