mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
fix: add 'new' for clarity
This commit is contained in:
parent
4e1ea5dbd9
commit
330f0061f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue