fix: disable browser autocomplete on search form

This commit is contained in:
NGPixel
2020-05-01 21:30:52 -04:00
parent 05e8a71cef
commit e48b816f60
2 changed files with 4 additions and 0 deletions

View File

@@ -190,6 +190,7 @@
:label='$t(`profile:auth.newPassword`)'
type='password'
prepend-inner-icon='mdi-textbox-password'
autocomplete='off'
counter='255'
loading
)
@@ -201,6 +202,7 @@
:label='$t(`profile:auth.verifyPassword`)'
type='password'
prepend-inner-icon='mdi-textbox-password'
autocomplete='off'
hide-details
)
v-card-chin