Remove hardcoded role value (#1152)

This commit is contained in:
Ahmad Farhat
2020-04-01 17:18:27 -04:00
committed by GitHub
parent 348713d4df
commit 6dc0ffc5c1

View File

@ -57,7 +57,6 @@ module AuthValues
end
def auth_roles(user, auth)
auth['info']['roles'] = "Viewer"
unless auth['info']['roles'].nil?
roles = auth['info']['roles'].split(',')