New to laravel breeze and laravel 11 in general ( Been using old versions in my previous company ) #54156
Unanswered
stolenfallen1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After registration email are sent just right so is during clicking the resend button. But during login ( if the user has not yet verified after registration ) an email should be sent too for verification. I am just confused because it is redirecting to the verify/email route but not sending the email automatically unlike after registration so I tried customizing the store function in the AuthenticatedSessionController.php
it doesn't work lol, after a couple of minutes debugging I found out that even the bare / original code of the store function, it still redirect the user to verify/email but not send emails
Beta Was this translation helpful? Give feedback.
All reactions