Skip to content

Commit

Permalink
Merge pull request #1184 from Khord/patch-1
Browse files Browse the repository at this point in the history
Rename 2FA/TOTP field ID for password manager filling compatibility
  • Loading branch information
louislam authored Jan 20, 2022
2 parents aba6cb2 + 812e800 commit c3c4db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/#.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit c3c4db5

Please # to comment.