Frontend: Remove autofocus from "old password" input
Might cause issues in PWA mode on mobile devices.
This commit is contained in:
parent
2ddb1d6daa
commit
ba17f92732
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<v-flex xs12 class="pa-2">
|
||||
<v-text-field
|
||||
v-model="oldPassword"
|
||||
hide-details required autofocus
|
||||
hide-details required
|
||||
type="password"
|
||||
:disabled="busy"
|
||||
browser-autocomplete="off"
|
||||
|
|
Loading…
Reference in a new issue