Skip to content

Commit c6c630a

Browse files
come-ncnextcloud-command
authored andcommitted
chore(login): Check remember me by default
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 96ab777 commit c6c630a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/login/LoginForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default {
196196
loading: false,
197197
user: '',
198198
password: '',
199-
rememberme: [],
199+
rememberme: ['1'],
200200
}
201201
},
202202

0 commit comments

Comments
 (0)