Debugging things is fun.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-01-29 16:04:22 -05:00
parent 8907edc194
commit e64e500561
9 changed files with 37 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ def handle_integrity_error(exc):
return (
jsonify(
result="error",
message="Mobile number must be set if auth_type is set to sms_auth",
message="Mobile number must be set if auth_type is set to AuthType.SMS",
),
400,
)