mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:25:28 +08:00
Fix email confirmation
This commit is contained in:
parent
79ea5d833a
commit
8f29949016
|
@ -43,8 +43,6 @@ class ConfirmEmailHandler
|
|||
$user->activate();
|
||||
}
|
||||
|
||||
event(new UserWillBeSaved($user, $command));
|
||||
|
||||
$user->save();
|
||||
$this->dispatchEventsFor($user);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user