refactor: update labels and placeholders in login form inputs
All checks were successful
docker-build / docker (pull_request) Successful in 3m24s
container-scan / Container Scan (pull_request) Successful in 4m40s

This commit is contained in:
Maximilian Liebmann 2025-05-13 14:08:19 +02:00 committed by Maximilian Liebmann
parent 398c1f7abb
commit aebf89a83e

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