Skip to content

Commit efce216

Browse files
Akanshu-2ufeanil
authored andcommitted
fix: fixed the comment value to false
1 parent b13201d commit efce216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth_backends/backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# .. toggle_name: ENABLE_OAUTH_SESSION_CLEANUP
1616
# .. toggle_implementation: SettingToggle
17-
# .. toggle_default: True
17+
# .. toggle_default: False
1818
# .. toggle_description: Controls whether to perform session cleanup during OAuth start.
1919
# When enabled (True), existing user sessions are cleared before OAuth authentication
2020
# to prevent user association conflicts. When disabled (False), session cleanup is skipped.

0 commit comments

Comments
 (0)