updated error messages

This commit is contained in:
David Kennedy 2024-10-02 19:11:12 -04:00
parent 2f009ee15c
commit bb3ceb4dea
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
9 changed files with 15 additions and 14 deletions

View file

@ -240,7 +240,7 @@ class SecurityEmailError(Exception):
"""
_error_mapping = {
SecurityEmailErrorCodes.BAD_DATA: ("Enter an email address in the required format, " "like name@example.com."),
SecurityEmailErrorCodes.BAD_DATA: ("Enter an email address in the required format, like name@example.com."),
}
def __init__(self, *args, code=None, **kwargs):