merge: integrate secure remembered password

This commit is contained in:
2026-08-20 23:41:48 +08:00
11 changed files with 530 additions and 17 deletions

View File

@@ -67,6 +67,7 @@ type RefreshSessionOptions = {
type PasswordLoginInput = {
username: string;
password: string;
rememberPassword?: boolean;
};
type MobileLoginInput = {