fix: add 'new' for clarity

pull/20/head
Gabe Farrell 6 months ago
parent 4e1ea5dbd9
commit 330f0061f0

@ -80,7 +80,7 @@ export default function Account() {
<input <input
name="koito-confirm-password" name="koito-confirm-password"
type="password" type="password"
placeholder="Confirm password" placeholder="Confirm new password"
className="w-full mx-auto fg bg rounded p-2" className="w-full mx-auto fg bg rounded p-2"
value={confirmPw} value={confirmPw}
onChange={(e) => setConfirmPw(e.target.value)} onChange={(e) => setConfirmPw(e.target.value)}

Loading…
Cancel
Save