File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ The user will log out the next time the page is requested.
57
57
See ` REDIRECT_TO_LOGIN_IMMEDIATELY ` to log out right after the idle-time has expired
58
58
(and redirect to login page).
59
59
60
- ### 🔄 ` REDIRECT_TO_LOGIN_IMMEDIATELY ` right after the idle-time has expired
60
+ ### 🔄 ` REDIRECT_TO_LOGIN_IMMEDIATELY ` after the idle-time has expired
61
61
62
62
Use the ` REDIRECT_TO_LOGIN_IMMEDIATELY ` option
63
63
if you want to redirect the user to the login page
@@ -95,13 +95,13 @@ TEMPLATES = [
95
95
]
96
96
```
97
97
98
- And add it to your templates (will add a redirect script to your html):
98
+ And add this to your templates (will add a redirect script to your html):
99
99
100
100
```
101
101
{{ redirect_to_login_immediately }}
102
102
```
103
103
104
- If you want to use this in your JavaScript code, following template variables will be useful:
104
+ If you want to use this in your JavaScript code, following template variables may be useful:
105
105
106
106
```
107
107
var sessionEnd = {{ seconds_until_session_end }};
You can’t perform that action at this time.
0 commit comments