revert Token because of language file

pull/1184/head
Dylan Khor 2 years ago committed by GitHub
parent b89efa49aa
commit 812e80030b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@
<div v-if="tokenRequired">
<div class="form-floating mt-3">
<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>

Loading…
Cancel
Save