diff --git a/axes/helpers.py b/axes/helpers.py index 150b04e..7b621c8 100644 --- a/axes/helpers.py +++ b/axes/helpers.py @@ -288,7 +288,8 @@ def get_lockout_response(request, credentials: dict = None) -> HttpResponse: { "cooloff_time": get_cool_off_iso8601( cool_off - ) # differing old name is kept for backwards compatibility + ), # differing old name is kept for backwards compatibility + "cooloff_timedelta": cool_off, } )