Skip to content

Commit f9da2b9

Browse files
committed
chore: remove start check session
1 parent a5287a3 commit f9da2b9

File tree

1 file changed

+0
-1
lines changed
  • Solution 6 - OIDC and Angular client/ClientApp/ClientApp/src/app/core/auth

1 file changed

+0
-1
lines changed

Solution 6 - OIDC and Angular client/ClientApp/ClientApp/src/app/core/auth/auth.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export class AuthService implements OnDestroy {
3737
post_logout_redirect_uri: this.originUrl,
3838
forbidden_route: '/forbidden',
3939
unauthorized_route: '/unauthorized',
40-
start_checksession: true,
4140
silent_renew: true,
4241
silent_renew_url: this.originUrl + '/silent-renew.html',
4342
history_cleanup_off: true,

0 commit comments

Comments
 (0)