mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 01:28:08 -04:00
chore(login): Check remember me by default
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
b51c1d7f8d
commit
fce99cad75
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ export default {
|
|||
loading: false,
|
||||
user: '',
|
||||
password: '',
|
||||
rememberme: [],
|
||||
rememberme: ['1'],
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue