same - bug fixes

This commit is contained in:
2026-03-20 23:13:00 -04:00
parent cfdbdd9a44
commit 6da08942a7
19 changed files with 76 additions and 76 deletions

View File

@@ -92,11 +92,11 @@ export default function Login() {
<form onSubmit={handleSubmit} className="login-form">
<div className="field">
<label>Email</label>
<input className="input" type="email" value={email} onChange={e => setEmail(e.target.value)} required autoFocus placeholder="your@email.com" />
<input className="input" type="email" value={email} onChange={e = /> setEmail(e.target.value)} required autoFocus placeholder="your@email.com" />
</div>
<div className="field">
<label>Password</label>
<input className="input" type="password" value={password} onChange={e => setPassword(e.target.value)} required placeholder="••••••••" />
<input className="input" type="password" value={password} onChange={e = /> setPassword(e.target.value)} required placeholder="••••••••" />
</div>
<label className="remember-me">