We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb33a6 commit 3987556Copy full SHA for 3987556
src/app/(auth)/log-in/page.tsx
@@ -25,6 +25,7 @@ export default function LoginPage() {
25
} else {
26
// Simulación de éxito
27
alert("¡Bienvenido/a a ACM Javeriana!");
28
+ window.location.href = "/"
29
}
30
}, 1200);
31
};
src/app/(auth)/sign-up/page.tsx
@@ -27,6 +27,7 @@ export default function SignUpPage() {
alert("¡Registro exitoso! Ahora puedes iniciar sesión.");
32
33
0 commit comments