feat: User onboarding finished
This commit is contained in:
@@ -57,7 +57,7 @@ export const OnboardingMobileScreen: React.FC = () => {
|
||||
const handleComplete = async () => {
|
||||
try {
|
||||
await completeOnboarding.mutateAsync();
|
||||
navigate('/vehicles');
|
||||
navigate('/garage');
|
||||
} catch (error) {
|
||||
// Error is handled by the mutation hook
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user