Update login.page.ts

This commit is contained in:
Eugenio Romano
2020-09-28 19:19:26 +01:00
committed by GitHub
parent 1a10cfe8fb
commit 02a8370bfe

View File

@@ -57,7 +57,6 @@ export class LoginPage {
Logger.log('Login With ' + username);
const authType = await LocalStorageUtil.getConfigField('authType');
const oauth: any = await LocalStorageUtil.getConfigField('oauth2');
if (!authType || authType === 'OAUTH') {
await this.loginSSOIdentityService(username, password);