mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
revert Token because of language file
This commit is contained in:
parent
b89efa49aa
commit
812e80030b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
<div v-if="tokenRequired">
|
<div v-if="tokenRequired">
|
||||||
<div class="form-floating mt-3">
|
<div class="form-floating mt-3">
|
||||||
<input id="otp" 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="otp">{{ $t("2FA Token") }}</label>
|
<label for="otp">{{ $t("Token") }}</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue