mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
making remember me to be true by default
This commit is contained in:
parent
7c09d43bac
commit
ef439ea87e
@ -2,6 +2,6 @@ export class LoginCredential {
|
||||
constructor(
|
||||
public username: string = '',
|
||||
public password: string = '',
|
||||
public rememberMe: boolean = false
|
||||
public rememberMe: boolean = true
|
||||
) {}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user