forked from AkkomaGang/akkoma-fe
Merge branch 'mfa_fix' into 'develop'
mfa fix See merge request pleroma/pleroma-fe!1036
This commit is contained in:
commit
1a82a00a2b
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ const Mfa = {
|
||||||
|
|
||||||
// fetch settings from server
|
// fetch settings from server
|
||||||
async fetchSettings () {
|
async fetchSettings () {
|
||||||
let result = await this.backendInteractor.fetchSettingsMFA()
|
let result = await this.backendInteractor.settingsMFA()
|
||||||
if (result.error) return
|
if (result.error) return
|
||||||
this.settings = result.settings
|
this.settings = result.settings
|
||||||
this.settings.available = true
|
this.settings.available = true
|
||||||
|
|
Loading…
Reference in a new issue