minor fixes

This commit is contained in:
David Bomba 2023-02-04 11:19:11 +11:00
parent 1166086349
commit dafc3c9f04

View File

@ -38,9 +38,11 @@ class UserObserver
*/
public function updated(User $user)
{
// if (Ninja::isHosted() && $user->isDirty('phone')) {
// VerifyPhone::dispatch($user);
// }
if (Ninja::isHosted() && $user->isDirty('email')) {
//ensure they are owner user and update email on file.
}
}
/**