FEATURE: logging out logs you out everywhere

can be disabled by changing the setting "log_out_strict" to false
This commit is contained in:
Sam
2015-01-28 12:56:25 +11:00
parent b003c2b4f3
commit 3483c8318f
4 changed files with 8 additions and 1 deletions

View File

@ -27,7 +27,7 @@ module CurrentUser
end
def current_user
c = current_user_provider.current_user
current_user_provider.current_user
end
private