mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update login.page.ts
This commit is contained in:
@@ -57,7 +57,6 @@ export class LoginPage {
|
|||||||
Logger.log('Login With ' + username);
|
Logger.log('Login With ' + username);
|
||||||
|
|
||||||
const authType = await LocalStorageUtil.getConfigField('authType');
|
const authType = await LocalStorageUtil.getConfigField('authType');
|
||||||
const oauth: any = await LocalStorageUtil.getConfigField('oauth2');
|
|
||||||
|
|
||||||
if (!authType || authType === 'OAUTH') {
|
if (!authType || authType === 'OAUTH') {
|
||||||
await this.loginSSOIdentityService(username, password);
|
await this.loginSSOIdentityService(username, password);
|
||||||
|
Reference in New Issue
Block a user