Skip to content

Commit

Permalink
docs: update sudo_session_timeout in README
Browse files Browse the repository at this point in the history
closes #34
  • Loading branch information
adamcooke committed Nov 2, 2023
1 parent 57f2857 commit 8a03f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a03f72

Please sign in to comment.