josiasmontag / laravel-email-verification

Laravel package to handle user verification using an activation mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

don't allow the update query when user already verified

Yahav opened this issue · comments

commented

i noticed that when trying to reclick the link at the email, the update query still gets executed perhaps detecting if the user is already verified instead will be better.

commented