mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 19:31:13 -05:00
Refactor: Implement email confirmation for password auth
This commit is contained in:
@@ -31,5 +31,6 @@ export interface IdentityOperationResult {
|
||||
success: boolean;
|
||||
error?: string;
|
||||
needsRelogin?: boolean;
|
||||
needsEmailConfirmation?: boolean;
|
||||
email?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user