providers/saml: fix users being able to authenticate without audit logs being created
This commit is contained in:
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user