fix: rebrand login page Dashboard EAL -> Dashboard Descomplicar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -42,7 +42,7 @@ export function AuthWrapper({ children }: AuthWrapperProps) {
|
||||
<div className="min-h-screen bg-zinc-950 flex items-center justify-center">
|
||||
<div className="text-center max-w-md">
|
||||
<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>
|
||||
<button
|
||||
onClick={() => auth.signinRedirect()}
|
||||
|
||||
Reference in New Issue
Block a user