feat: implement onboarding flow with complex creation and email verification, and add Zustand for state management

This commit is contained in:
Jose Selesan
2026-04-21 09:14:45 -03:00
parent 23e4218f6f
commit 07408dbbbe
29 changed files with 843 additions and 71 deletions

View File

@@ -53,4 +53,4 @@ export function setApiAccessToken(_token: string | null) {
// accessToken = token;
}
export type ApiClient = typeof apiClient;
export type ApiClient = typeof apiClient;