frontend: redirect to correct place
Parents:
31b145b1 file(s) changed
- frontend/app/auth/signup.tsx +1 -1
frontend/app/auth/signup.tsx
@@ -71,7 +71,7 @@ lastName,
71 71 email,
72 72 password,
73 73 });
74 - router.replace('/(tabs)');
74 + router.replace('/');
75 75 } catch (error: any) {
76 76 Alert.alert('Erro:', error.message || 'Falha no cadastro. Tente novamente.');
77 77 }