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 f1c4c46 commit 3ee53d0Copy full SHA for 3ee53d0
resources/js/pages/auth/reset-password.tsx
@@ -52,6 +52,7 @@ export default function ResetPassword({ token, email }: ResetPasswordProps) {
52
className="mt-1 block w-full"
53
readOnly
54
onChange={(e) => setData('email', e.target.value)}
55
+ placeholder="[email protected]"
56
/>
57
<InputError message={errors.email} className="mt-2" />
58
</div>
0 commit comments