laravel-verify-new-email icon indicating copy to clipboard operation
laravel-verify-new-email copied to clipboard

I want to show a success message after verification !!

Open haithemkdous opened this issue 3 years ago • 0 comments
trafficstars

i used VerifyFirtsEmail , i want to show a success message after verification !! i do this in my user model public function sendEmailVerificationNotification() { $this->newEmail($this->getEmailForVerification()); }

haithemkdous avatar Aug 11 '22 10:08 haithemkdous