sendou.ink/app/features/auth/core/errors.ts
2026-04-12 17:07:14 +03:00

7 lines
119 B
TypeScript

export type AuthErrorCode =
| "aborted"
| "discordOverloaded"
| "unverifiedEmail"
| "browserPrivacy"
| "unknown";