Remove the email helper text from the login form

Hop-State: A_06FPG42TM8AV4YKW7HRYRHG
Hop-Proposal: R_06FPG425GGN9CMPVHWD0B20
Hop-Task: T_06FPG3Z5SQRN1QX0GAM29E8
Hop-Attempt: AT_06FPG3Z5SN13F8T5FCEX760
This commit is contained in:
2026-07-15 16:15:30 -07:00
committed by Hop
parent d5f2fe9290
commit 1e36c03430
-1
View File
@@ -430,7 +430,6 @@ function App() {
<input className="text-field" id="email" name="email" type="email" placeholder="you@example.com" autoComplete="username" required autoFocus/> <input className="text-field" id="email" name="email" type="email" placeholder="you@example.com" autoComplete="username" required autoFocus/>
<label htmlFor="password">Password</label> <label htmlFor="password">Password</label>
<input className="text-field" id="password" name="password" type="password" placeholder="Enter your password" autoComplete="current-password" required/> <input className="text-field" id="password" name="password" type="password" placeholder="Enter your password" autoComplete="current-password" required/>
<p className="field-note">Use the email associated with your username.</p>
{error && <p className="error-message" role="alert">{error}</p>} {error && <p className="error-message" role="alert">{error}</p>}
<button className="primary-button" disabled={working}>{working ? <><span className="spinner dark"/>Signing in</> : <>Sign in<Icon name="arrow" size={19}/></>}</button> <button className="primary-button" disabled={working}>{working ? <><span className="spinner dark"/>Signing in</> : <>Sign in<Icon name="arrow" size={19}/></>}</button>
<div className="divider"><i/><span>NEW HERE?</span><i/></div> <div className="divider"><i/><span>NEW HERE?</span><i/></div>