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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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(',')