Skip to content

Commit 3ee53d0

Browse files
authored
fix: add missing placeholder
1 parent f1c4c46 commit 3ee53d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/js/pages/auth/reset-password.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export default function ResetPassword({ token, email }: ResetPasswordProps) {
5252
className="mt-1 block w-full"
5353
readOnly
5454
onChange={(e) => setData('email', e.target.value)}
55+
placeholder="[email protected]"
5556
/>
5657
<InputError message={errors.email} className="mt-2" />
5758
</div>

0 commit comments

Comments
 (0)