diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-11 23:37:06 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-11 23:37:06 -0700 |
| commit | de4ab0c5c281825aebc31c1bc48e84750886f6f3 (patch) | |
| tree | 177da7450c3a2f31c4fc4b771451af6e2a82f5de /src/app/signin/page.tsx | |
| parent | 4158105e0fa389983f082b15a70dbf131d96cdc4 (diff) | |
fix: auth registration username not being written
Diffstat (limited to 'src/app/signin/page.tsx')
| -rw-r--r-- | src/app/signin/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/signin/page.tsx b/src/app/signin/page.tsx index 67a4fd3..06d1510 100644 --- a/src/app/signin/page.tsx +++ b/src/app/signin/page.tsx @@ -230,7 +230,7 @@ export default function SignInPage() { <Input id="auth-username" type="text" - placeholder="your username" + placeholder="Your Username" value={username} onChange={(e) => setUsername(e.target.value)} required |
