Skip to content
Snippets Groups Projects
Commit 816c077c authored by Wyatt Benno's avatar Wyatt Benno
Browse files

mfa fix

parent b8f4b18a
No related branches found
No related tags found
2 merge requests!1036mfa fix,!1028`master` refresh with `develop`
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment