refactor: update labels and placeholders in login form inputs

This commit is contained in:
Maximilian Liebmann 2025-05-13 14:08:19 +02:00 committed by Micha
parent 183d8a83e7
commit 7f1e75aca5

View file

@ -24,14 +24,14 @@ export default function LoginForm() {
>
<LabeledInput
type='email'
label='E-Mail'
placeholder='Enter your E-Mail'
label='E-Mail or Username'
placeholder='What you are known as.'
name='email'
/>
<LabeledInput
type='password'
label='Password'
placeholder='Enter your Password'
placeholder="Let's hope you remember it."
name='password'
/>
<Button