Skip to content

Commit

Permalink
feat: add missing autocomplete to admin login
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect authored Oct 24, 2024
1 parent 1d6bbc3 commit c7a77de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
v-autofocus
v-model:value="otp"
label="One-time password"
required>
required
autocomplete="one-time-code">
</sw-text-field>

<div class="sw-login__submit">
Expand Down

0 comments on commit c7a77de

Please sign in to comment.