removed useless text on login form

This commit is contained in:
onysd 2026-09-08 13:44:04 +03:00
parent 2584380a80
commit d5eb77e2d6
5 changed files with 4 additions and 19 deletions

View file

@ -109,10 +109,6 @@ export function LoginPage({ onLogin }: { onLogin: (session: AdminSession) => voi
<ThemeSwitch />
</div>
</div>
<div className="login-copy">
<h1>{"Operations Admin"}</h1>
<p>{"Enter credentials to open the console."}</p>
</div>
{error && <Alert>{error}</Alert>}
<form className="form-stack" onSubmit={submit}>
<div className="login-wizard">