feat(F-099): completed feature

This commit is contained in:
chattie
2026-08-21 07:29:07 +02:00
parent 3f1d08382f
commit 5177a851aa
41 changed files with 922 additions and 131 deletions

View File

@@ -66,9 +66,10 @@ export default function LoginPage() {
>
{loading ? 'Entrando...' : 'Iniciar sesión'}
</button>
<p className="text-center text-sm text-gray-500">
¿No tienes cuenta? <Link href="/auth/register" className="text-[#70ad47] hover:underline font-medium">Créala aquí</Link>
</p>
<div className="flex items-center justify-between text-sm text-gray-500">
<Link href="/auth/recuperar" className="text-[#70ad47] hover:underline">¿Olvidaste tu contraseña?</Link>
<span>¿No tienes cuenta? <Link href="/auth/register" className="text-[#70ad47] hover:underline font-medium">Créala aquí</Link></span>
</div>
</form>
</div>
</div>