Skip to content

Commit c035ae3

Browse files
committed
Adding placeholder to forgot password view
1 parent 2523af4 commit c035ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/auth/ForgotPassword.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const submit = () => {
3333
<form @submit.prevent="submit">
3434
<div class="grid gap-2">
3535
<Label for="email">Email address</Label>
36-
<Input id="email" type="email" name="email" autocomplete="off" v-model="form.email" autofocus />
36+
<Input id="email" type="email" name="email" autocomplete="off" v-model="form.email" autofocus placeholder="[email protected]" />
3737
<InputError :message="form.errors.email" />
3838
</div>
3939

0 commit comments

Comments
 (0)