Skip to content

Commit 614a9b4

Browse files
committed
chore: rename username placeholder
1 parent 94a5359 commit 614a9b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/auth/login-forn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const LoginForm = (props: LoginFormProps) => {
2525
<form onSubmit={form.onSubmit(onSubmit)}>
2626
<TextInput
2727
label={t("loginUsername")}
28-
placeholder="user@example.com"
28+
placeholder="username"
2929
required
3030
disabled={isLoading}
3131
key={form.key("username")}

0 commit comments

Comments
 (0)