Add a lot of log-points

This commit is contained in:
Philipp 2022-07-07 21:33:41 +02:00
parent 464fdb955c
commit e4a83eafb8
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
8 changed files with 189 additions and 65 deletions

View file

@ -108,7 +108,7 @@ class SignOut extends BaseModule
info($this->t('Logged out.'));
$this->baseUrl->redirect();
}
} catch (NotFoundException $exception) {
} catch (TwoFactor\Exception\TrustedBrowserNotFoundException $exception) {
$this->cookie->clear();
$this->session->clear();