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
|
<LabeledInput
|
||||||
type='email'
|
type='email'
|
||||||
label='E-Mail'
|
label='E-Mail or Username'
|
||||||
placeholder='Enter your E-Mail'
|
placeholder='What you are known as.'
|
||||||
name='email'
|
name='email'
|
||||||
/>
|
/>
|
||||||
<LabeledInput
|
<LabeledInput
|
||||||
type='password'
|
type='password'
|
||||||
label='Password'
|
label='Password'
|
||||||
placeholder='Enter your Password'
|
placeholder="Let's hope you remember it."
|
||||||
name='password'
|
name='password'
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue