fix: rebrand login page Dashboard EAL -> Dashboard Descomplicar

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 22:26:24 +00:00
parent 10fc8f5ccc
commit 86ad4a64be

View File

@@ -42,7 +42,7 @@ export function AuthWrapper({ children }: AuthWrapperProps) {
<div className="min-h-screen bg-zinc-950 flex items-center justify-center"> <div className="min-h-screen bg-zinc-950 flex items-center justify-center">
<div className="text-center max-w-md"> <div className="text-center max-w-md">
<div className="text-emerald-500 text-6xl mb-4">🔐</div> <div className="text-emerald-500 text-6xl mb-4">🔐</div>
<h1 className="text-2xl font-bold text-white mb-2">Dashboard EAL</h1> <h1 className="text-2xl font-bold text-white mb-2">Dashboard Descomplicar</h1>
<p className="text-zinc-400 mb-6">Faça login para aceder ao dashboard</p> <p className="text-zinc-400 mb-6">Faça login para aceder ao dashboard</p>
<button <button
onClick={() => auth.signinRedirect()} onClick={() => auth.signinRedirect()}