Skip to content

Commit

Permalink
Merge pull request #57 from tinect/patch-1
Browse files Browse the repository at this point in the history
feat: add missing autocomplete to admin login
  • Loading branch information
runelaenen authored Dec 23, 2024
2 parents 89a807e + c7a77de commit d6cfcb6
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 d6cfcb6

Please sign in to comment.