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:
@@ -430,7 +430,6 @@ function App() {
|
||||
<input className="text-field" id="email" name="email" type="email" placeholder="you@example.com" autoComplete="username" required autoFocus/>
|
||||
<label htmlFor="password">Password</label>
|
||||
<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>}
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user