providers/saml: fix users being able to authenticate without audit logs being created

This commit is contained in:
Jens Langhammer
2020-02-24 14:40:12 +01:00
parent 484dd6de09
commit 22838e66fe
5 changed files with 18 additions and 51 deletions

View File

@ -12,7 +12,7 @@ LOGGER = get_logger()
class SentryIgnoredException(Exception):
"""Base Class for all errors that are supressed, and not sent to sentry."""
"""Base Class for all errors that are suppressed, and not sent to sentry."""
def before_send(event, hint):