Skip to content

Commit

Permalink
feat: add autocomplete attribute to license key
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Dec 1, 2022
1 parent a9a0075 commit e76dbb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/pages/premium/PremiumLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<input
id='license-key'
v-model='login.password'
autocomplete='current-password'
class='focus:focus-util material-container block w-10/12 grow appearance-none border-darkGray-100 bg-darkGray-700 p-2 text-sm font-light text-gray-300 outline-none'
name='license-key'
placeholder='XXXXXXXX-XXXXXXXX-XXXXXXXX-XXXXXXXX'
Expand Down Expand Up @@ -54,7 +55,7 @@
this.login.password = this.login.password.trim()
},
deep: true
}
},
Expand Down

0 comments on commit e76dbb3

Please sign in to comment.