Onboarding

This commit is contained in:
Bastian Wagner
2026-06-09 13:07:07 +02:00
parent 537c7cbbee
commit 8f3806d398
29 changed files with 1037 additions and 26 deletions

View File

@@ -3,6 +3,7 @@ export interface PublicUser {
email: string;
name?: string;
verified: boolean;
onboardingCompleted: boolean;
}
export interface AuthTokenResponse {