This commit is contained in:
2021-03-12 15:59:47 +00:00
parent bf3607c737
commit 72cfdd7500
2 changed files with 121 additions and 6 deletions

View File

@@ -50,7 +50,7 @@
<v-spacer></v-spacer>
<v-btn color="primary" text @click="authenticate()">{{
$ay.t("Save")
$ay.t("AuthVerifyCode")
}}</v-btn>
</v-card-actions>
</v-card>
@@ -320,7 +320,8 @@ async function fetchTranslatedText(vm) {
"AuthPinInvalid",
"AuthConnectCompleted",
"AuthDisableTwoFactor",
"AuthTwoFactorDisabled"
"AuthTwoFactorDisabled",
"AuthVerifyCode"
]);
}
</script>