merge: maestro/tsk__bm21nctbhWF into main (bulk integration)

# Conflicts:
#	client/lib/widgets/auth_screen.dart
This commit is contained in:
wangjia
2026-06-17 00:47:54 +08:00
3 changed files with 10 additions and 7 deletions
-7
View File
@@ -53,13 +53,6 @@ class AuthNotifier extends StateNotifier<AuthState> {
await _store.clear();
state = const AuthState();
}
/// Dev-only:仅设置内存登录态,不写 keychain。
/// 用于 debug 测试账户旁路,规避 flutter_secure_storage 在未签名
/// macOS app 上的 keychain entitlement 问题(-34018)。
void devLogin(String token) {
state = AuthState(accessToken: token);
}
}
// ── Providers ────────────────────────────────────────────────────────