mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-26 06:04:13 -08:00
rename 2fa input element id and display name
This commit is contained in:
parent
2bf9764cec
commit
6490ef3787
|
@ -16,8 +16,8 @@
|
||||||
|
|
||||||
<div v-if="tokenRequired">
|
<div v-if="tokenRequired">
|
||||||
<div class="form-floating mt-3">
|
<div class="form-floating mt-3">
|
||||||
<input id="floatingToken" v-model="token" type="text" maxlength="6" class="form-control" placeholder="123456">
|
<input id="otp" v-model="token" type="text" maxlength="6" class="form-control" placeholder="123456">
|
||||||
<label for="floatingToken">{{ $t("Token") }}</label>
|
<label for="otp">{{ $t("2FA Code") }}</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue