mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 19:31:13 -05:00
Refactor: Implement sign-out and re-login flow
This commit is contained in:
@@ -30,4 +30,6 @@ export interface IdentitySafetyCheck {
|
||||
export interface IdentityOperationResult {
|
||||
success: boolean;
|
||||
error?: string;
|
||||
needsRelogin?: boolean;
|
||||
email?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user