mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
remove automatic login in reset try
This commit is contained in:
@@ -150,11 +150,6 @@ export class OidcAuthenticationService extends BaseAuthenticationService {
|
||||
reset(): void {
|
||||
const config = this.authConfig.loadAppConfig();
|
||||
this.auth.updateIDPConfiguration(config);
|
||||
const oauth2: OauthConfigModel = Object.assign({}, this.appConfig.get<OauthConfigModel>(AppConfigValues.OAUTHCONFIG, null));
|
||||
|
||||
if (config.oidc && oauth2.silentLogin) {
|
||||
this.auth.login();
|
||||
}
|
||||
}
|
||||
|
||||
isPublicUrl(): boolean {
|
||||
|
Reference in New Issue
Block a user