diff options
author | Frederick Muriuki Muriithi | 2025-03-14 12:05:36 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-14 12:05:36 -0500 |
commit | 8ff5d551633177d5ff07544348b2e04c4de5654e (patch) | |
tree | 18524e03ecfc227b146352c1073508cd1251b2c5 /gn_auth/auth | |
parent | c70188b307138dde2f618fb846ac57cd1cc418fb (diff) | |
download | gn-auth-8ff5d551633177d5ff07544348b2e04c4de5654e.tar.gz |
Diffstat (limited to 'gn_auth/auth')
-rw-r--r-- | gn_auth/auth/authorisation/users/views.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn_auth/auth/authorisation/users/views.py b/gn_auth/auth/authorisation/users/views.py index 469bfa1..6183388 100644 --- a/gn_auth/auth/authorisation/users/views.py +++ b/gn_auth/auth/authorisation/users/views.py @@ -415,7 +415,8 @@ def send_forgot_password_email( client_id=client_id, redirect_uri=redirect_uri, response_type=response_type)), - expiration_minutes=expiration_minutes) + expiration_minutes=display_minutes_for_humans( + expiration_minutes)) with db.cursor(conn) as cursor: cursor.execute( |