How to verify email from pc to mobile

97 views Asked by At

I'm using Laravel's auth package, and I am trying to configure Controllers/Auth/VerificationController.php to try to redirect the user to the homepage. Basically, I will send an email verification request via desktop then try to click the link that has been sent to my email using my phone but when clicked it only goes to the login page and not home.

I'm currently using Hostinger for the site and the verification works if I click verify using the same device that I used to send the verification link.

0

There are 0 answers