Merge pull request #1184 from Khord/patch-1

Rename 2FA/TOTP field ID for password manager filling compatibility
pull/1226/head^2
Louis Lam 2 years ago committed by GitHub
commit c3c4db52ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,8 +16,8 @@
<div v-if="tokenRequired">
<div class="form-floating mt-3">
<input id="floatingToken" v-model="token" type="text" maxlength="6" class="form-control" placeholder="123456">
<label for="floatingToken">{{ $t("Token") }}</label>
<input id="otp" v-model="token" type="text" maxlength="6" class="form-control" placeholder="123456">
<label for="otp">{{ $t("Token") }}</label>
</div>
</div>

Loading…
Cancel
Save