sadasd
All checks were successful
Deploy / deploy (push) Successful in 53s

This commit is contained in:
2026-08-10 20:28:45 +02:00
parent bd758f8b34
commit 5c0ecf817a
3 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,6 @@ final class AccountPages
redirect('/verify');
}
$_SESSION['user_id'] = $res['id'];
$app->flash()->set('success', 'Erfolgreich angemeldet.');
redirect('/dashboard');
} catch (\Throwable $e) {
$error = $e->getMessage();