try see login url

This commit is contained in:
Dan Percic 2023-07-06 17:03:38 +03:00
parent a71e094e55
commit 4ee4842f74

View File

@ -53,6 +53,7 @@ export class TenantSelectComponent {
idpHint: this.config.OAUTH_IDP_HINT,
loginHint: email ?? undefined,
});
console.log('LOGIN URL', url);
return this.keycloakService.logout(url);
}