[WIP] Refactor account lost

This commit is contained in:
slawkens
2026-01-01 08:40:48 +01:00
parent 85e54e709e
commit e425d597a8
5 changed files with 7 additions and 5 deletions

View File

@@ -64,6 +64,8 @@ if($account->isLoaded()) {
'newPassword' => $newPassword,
'newEmail' => $newEmail,
]);
return;
} else {
$errors[] = Validator::getLastError();
}