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
* Add that if a guest user tries to register an existing email in the database, he is redirected to verify the email page with a false positive
* Fix tests
* Update resources/js/Pages/Auth/Verify-Email.vue
Co-authored-by: Ewelina Skrzypacz <56546832+EwelinaSkrzypacz@users.noreply.github.com>
* Change file name
* Fix key name while redirecting back in EmailVerifyController for future merge with frontend
* Simplify logic in EmailVerifyController
---------
Co-authored-by: Ewelina Skrzypacz <56546832+EwelinaSkrzypacz@users.noreply.github.com>
Now user can fill register form with email that already exists in database, submit it and do not get any error about that.
The text was updated successfully, but these errors were encountered: