mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
minor fixes
This commit is contained in:
parent
1166086349
commit
dafc3c9f04
@ -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.
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user