Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def set_user_by_token(mapping=nil)
end

# user has already been found and authenticated
return @resource if @resource && @resource.is_a?(rc)
return @resource if @resource # && @resource.is_a?(rc) #devise_token_group not work here! force

# ensure we clear the client_id
if !@token
Expand Down