refactor: update labels and placeholders in login form inputs
This commit is contained in:
parent
398c1f7abb
commit
aebf89a83e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue