From 8a03f722c3bb08673ee1851d2527cb277c345ccf Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Thu, 2 Nov 2023 14:15:29 +0000 Subject: [PATCH] docs: update sudo_session_timeout in README closes #34 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af58f34..19094c8 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ By default, a password will be said to have been recently seen if it has been seen in the last 10 minutes. You can change this configuration if needed: ```ruby -Authie.config.sudo_timeout = 30.minutes +Authie.config.sudo_session_timeout = 30.minutes ``` ### Working with two factor authentication