diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/components/login/LoginForm.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/login/LoginForm.vue b/core/src/components/login/LoginForm.vue index 2ab4035ae65..c1fd1e23461 100644 --- a/core/src/components/login/LoginForm.vue +++ b/core/src/components/login/LoginForm.vue @@ -71,7 +71,7 @@ name="password" :label-visible="true" :class="{shake: invalidPassword}" - :value="password" + :value.sync="password" :spellchecking="false" autocapitalize="none" :autocomplete="autoCompleteAllowed ? 'current-password' : 'off'" |