mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
remove block_login? check from current user
This commit is contained in:
parent
67c10a7eab
commit
427487783b
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ module CurrentUser
|
|||
|
||||
def current_user
|
||||
c = current_user_provider.current_user
|
||||
ScreenedIpAddress.block_login?(c, request.remote_ip) ? nil : c
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue