Skip to content

Commit 0b69c02

Browse files
committed
wip
1 parent 54c3447 commit 0b69c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Fortify::verifyEmailView(function () {
239239
});
240240
```
241241

242-
Fortify will take care of generating the route to display this view when a user is redirected to the `/email/verify` URI by Laravel's built-in `verified` middleware.
242+
Fortify will take care of generating the route to display this view when a user is redirected to the `/email/verify` endpoint by Laravel's built-in `verified` middleware.
243243

244244
Your `verify-email` template should include an informational message instructing the user to click the email verification link that was sent to their email address. You may optionally add a button to this template that triggers a POST request to `/email/verification-notification`. When this endpoint receives a request, a new verification email link will be emailed to the user, allowing the user to get a new verification link if the previous one was accidentally deleted or lost.
245245

0 commit comments

Comments
 (0)