merge: integrate secure remembered password
This commit is contained in:
@@ -67,6 +67,7 @@ type RefreshSessionOptions = {
|
||||
type PasswordLoginInput = {
|
||||
username: string;
|
||||
password: string;
|
||||
rememberPassword?: boolean;
|
||||
};
|
||||
|
||||
type MobileLoginInput = {
|
||||
|
||||
Reference in New Issue
Block a user