fix(web): remove checking for MFA permissions as all users are permitted to MFA

This commit is contained in:
Karol Sójko
2022-11-16 10:26:59 +01:00
parent 7d8e212cfe
commit ea40427e67
7 changed files with 3 additions and 45 deletions

View File

@@ -1035,10 +1035,6 @@ export class SNApplication implements ApplicationInterface, AppGroupManagedAppli
}
}
public isMfaFeatureAvailable(): boolean {
return this.mfaService.isMfaFeatureAvailable()
}
public async isMfaActivated(): Promise<boolean> {
return this.mfaService.isMfaActivated()
}