diff options
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 |
