mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Debugging things is fun.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user