check-sso or login
This commit is contained in:
@@ -14,6 +14,7 @@ const start = async () => {
|
||||
console.log(`User is ${authenticated ? 'authenticated' : 'not authenticated'}`);
|
||||
} catch (error) {
|
||||
console.error('Failed to initialize adapter:', error);
|
||||
keycloak.login();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user