mfa fix
This commit is contained in:
parent
b8f4b18ae5
commit
816c077c4f
@ -139,7 +139,7 @@ const Mfa = {
|
||||
|
||||
// fetch settings from server
|
||||
async fetchSettings () {
|
||||
let result = await this.backendInteractor.fetchSettingsMFA()
|
||||
let result = await this.backendInteractor.settingsMFA()
|
||||
if (result.error) return
|
||||
this.settings = result.settings
|
||||
this.settings.available = true
|
||||
|
Loading…
Reference in New Issue
Block a user