You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,13 +187,15 @@ No user found for the given e-mail adresse.
187
187
188
188
### Error View
189
189
190
-
Create a view for the default verification error route `/verification/error` at
191
-
`resources/views/errors/user-verification.blade.php`. If an error occurs, the
192
-
user will be redirected to this route and this view will be rendered. **You
193
-
must implement and customize this view to your needs.** For instance you may
194
-
wish to display a short message saying that something went wrong and then ask
195
-
for the user's e-mail again and start the process from scratch (generate, send,
196
-
verify, ...).
190
+
By default the `user-verification.blade.php` view will be loaded for the verification error route `/verification/error`. If an error occurs, the user will be redirected to this route and this view will be rendered.
191
+
192
+
**You may customize this view to your needs.** To do so first publish the view to your resources folder:
0 commit comments