diff --git a/src/App/Authentication.php b/src/App/Authentication.php index 9fc4393e2..39c684ffd 100644 --- a/src/App/Authentication.php +++ b/src/App/Authentication.php @@ -103,6 +103,7 @@ class Authentication $user['prvkey'] ?? '')) { $this->logger->notice("Hash doesn't fit.", ['user' => $data->uid]); $this->session->clear(); + $this->cookie->clear(); $this->baseUrl->redirect(); }