sforkowany z mirror/friendica
Add cookie clear failed validation in App\Authentication
rodzic
592762be27
commit
e38939ee4b
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue