Update oidc-auth-provider-service.ts
This commit is contained in:
@@ -95,7 +95,9 @@ export default class OIDCAuthProviderService
|
||||
|
||||
try {
|
||||
await this.userManager!.signinRedirectCallback();
|
||||
} catch (e) {}
|
||||
} catch (e) {
|
||||
console.log("Not connected, connect through SSO");
|
||||
}
|
||||
|
||||
const user = await this.userManager?.getUser();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user