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.
2 parents 69fe982 + 18dc6ab commit 6286456Copy full SHA for 6286456
resources/js/pages/auth/verify-email.tsx
@@ -22,7 +22,7 @@ export default function VerifyEmail({ status }: { status?: string }) {
22
23
{status === 'verification-link-sent' && (
24
<div className="mb-4 text-sm font-medium text-green-600">
25
- A new verification link has been sent to the email address you provided during registration
+ A new verification link has been sent to the email address you provided during registration.
26
</div>
27
)}
28
0 commit comments