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 a7990c3 commit 3bd00c1Copy full SHA for 3bd00c1
README.md
@@ -23,7 +23,7 @@ Publish the database migration, config file and email view:
23
php artisan vendor:publish --provider="ProtoneMedia\LaravelVerifyNewEmail\ServiceProvider"
24
```
25
26
-You can set the redirect path in the `verify-new-email.php` config file.
+You can set the redirect path in the `verify-new-email.php` config file. The user will be redirected to this path after verification.
27
28
The expire time of the verification URLs can be changed by updating the `auth.verification.expire` setting and defaults to 60 minutes.
29
0 commit comments