We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2523af4 commit c035ae3Copy full SHA for c035ae3
resources/js/pages/auth/ForgotPassword.vue
@@ -33,7 +33,7 @@ const submit = () => {
33
<form @submit.prevent="submit">
34
<div class="grid gap-2">
35
<Label for="email">Email address</Label>
36
- <Input id="email" type="email" name="email" autocomplete="off" v-model="form.email" autofocus />
+ <Input id="email" type="email" name="email" autocomplete="off" v-model="form.email" autofocus placeholder="[email protected]" />
37
<InputError :message="form.errors.email" />
38
</div>
39
0 commit comments