Refactor: Implement sign-out and re-login flow

This commit is contained in:
gpt-engineer-app[bot]
2025-10-14 15:16:49 +00:00
parent 92943f2692
commit 52cad6c4dc
5 changed files with 84 additions and 119 deletions

View File

@@ -30,4 +30,6 @@ export interface IdentitySafetyCheck {
export interface IdentityOperationResult {
success: boolean;
error?: string;
needsRelogin?: boolean;
email?: string;
}