mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix default SSO config not filled in (#3479)
This commit is contained in:
committed by
Eugenio Romano
parent
928340f65b
commit
427b8737ee
@@ -242,7 +242,7 @@ export class UserPreferencesService {
|
||||
if (this.storage.hasItem('authType')) {
|
||||
return this.storage.getItem('authType');
|
||||
} else {
|
||||
return this.appConfig.get<string>('authType');
|
||||
return this.appConfig.get<string>('authType', 'BASIC');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user