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
Currently the User model has MustVeryEmail and the db has an email_verified_at column. If this is something I want to keep, need to add that to the Register User flow ("Please verify and click on the link in the email sent to you...").
If I don't want to keep it, remove from model and db.
The text was updated successfully, but these errors were encountered:
Currently the User model has
MustVeryEmail
and the db has anemail_verified_at
column. If this is something I want to keep, need to add that to the Register User flow ("Please verify and click on the link in the email sent to you...").If I don't want to keep it, remove from model and db.
The text was updated successfully, but these errors were encountered: