mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:41:25 +08:00
FEATURE: logging out logs you out everywhere
can be disabled by changing the setting "log_out_strict" to false
This commit is contained in:
@ -27,7 +27,7 @@ module CurrentUser
|
||||
end
|
||||
|
||||
def current_user
|
||||
c = current_user_provider.current_user
|
||||
current_user_provider.current_user
|
||||
end
|
||||
|
||||
private
|
||||
|
Reference in New Issue
Block a user