Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/html/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/login.html b/web/html/login.html
index 69a8400f..b6dfc299 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -512,7 +512,7 @@
</a-input-password>
</a-form-item>
<a-form-item v-if="twoFactorEnable">
- <a-input autocomplete="totp" name="twoFactorCode" v-model.trim="user.twoFactorCode"
+ <a-input autocomplete="one-time-code" name="twoFactorCode" v-model.trim="user.twoFactorCode"
placeholder='{{ i18n "twoFactorCode" }}' @keydown.enter.native="login">
<a-icon slot="prefix" type="key" :style="{ fontSize: '1rem' }"></a-icon>
</a-input>
@@ -615,4 +615,4 @@
}
});
</script>
-{{ template "page/body_end" .}} \ No newline at end of file
+{{ template "page/body_end" .}}