Skip to content

Commit

Permalink
feat: create fake username field for autofill
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jul 13, 2024
1 parent 57836db commit 3ffcfee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/premium/sign-in.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,16 @@
</div>

<div class="mt-2">
<!-- Fake username for password autofill -->
<input
id="username"
autocomplete="username"
name="username"
style="display: none"
type="text"
value="_"
/>

<input
id="license"
v-model.trim="formData.password"
Expand Down

0 comments on commit 3ffcfee

Please sign in to comment.