mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 09:11:40 +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…
x
Reference in New Issue
Block a user