1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2025-01-27 01:00:14 +01:00
This commit is contained in:
Wyatt Benno 2019-12-30 19:27:44 +09:00
parent b8f4b18ae5
commit 816c077c4f

View File

@ -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