fix(web): remove checking for MFA permissions as all users are permitted to MFA
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user