mirror of
https://github.com/elyby/accounts.git
synced 2024-12-27 07:30:18 +05:30
Исправлена инициализация ChangeUsernameForm в форме подтверждения E-mail
This commit is contained in:
parent
1169097adb
commit
928b3aa7fc
@ -43,7 +43,7 @@ class ConfirmEmailForm extends ApiForm {
|
|||||||
throw new ErrorException('Unable activate user account.');
|
throw new ErrorException('Unable activate user account.');
|
||||||
}
|
}
|
||||||
|
|
||||||
$changeUsernameForm = new ChangeUsernameForm();
|
$changeUsernameForm = new ChangeUsernameForm($account);
|
||||||
$changeUsernameForm->createEventTask($account->id, $account->username, null);
|
$changeUsernameForm->createEventTask($account->id, $account->username, null);
|
||||||
|
|
||||||
$transaction->commit();
|
$transaction->commit();
|
||||||
|
Loading…
Reference in New Issue
Block a user