Skip to content

Commit

Permalink
Error code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
na-stewart committed Jun 20, 2024
1 parent 82af3cf commit 4b7d00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanic_security/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class DeletedError(SecurityError):
"""

def __init__(self, message):
super().__init__(message, 410)
super().__init__(message, 404)


class AccountError(SecurityError):
Expand Down

0 comments on commit 4b7d00e

Please sign in to comment.