feat: session

This commit is contained in:
2024-01-11 20:57:17 -06:00
parent 4f37fd4734
commit 8d8b5e1646
17 changed files with 659 additions and 26 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ const LoginPage: FC = () => {
>
<LoginForm />
<Typography variant="caption" align="center" >
No tienes una cuenta? <NextLink href="/register">Regístrate</NextLink>
¿No tienes una cuenta? <NextLink href="/register">Regístrate</NextLink>
</Typography>
</div>
</div>