Skip to content

Commit

Permalink
Update create.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Balferian authored and sanasol committed Feb 15, 2024
1 parent b894415 commit ec85ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/account/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
$session->setMessageData($message);
}
else {
$session->login($server->serverName, $username, $password, false);
$session->login($server->serverName, $username, $password, $code);
$session->setMessageData(Flux::message('AccountCreated'));
$discordMessage = 'Account Created.';
}
Expand Down

0 comments on commit ec85ae9

Please sign in to comment.