1
0
Fork 0

Add a lot of log-points

This commit is contained in:
Philipp Holzer 2022-07-07 21:33:41 +02:00
commit e4a83eafb8
Signed by: nupplaPhil
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();