feat: User onboarding finished

This commit is contained in:
Eric Gullickson
2025-12-23 10:26:10 -06:00
parent 55cf4923b8
commit 96ee43ea94
19 changed files with 698 additions and 67 deletions

View File

@@ -55,7 +55,7 @@ export const OnboardingPage: React.FC = () => {
const handleComplete = async () => {
try {
await completeOnboarding.mutateAsync();
navigate('/vehicles');
navigate('/garage');
} catch (error) {
// Error is handled by the mutation hook
}