Skip to content

Commit

Permalink
Remove hardcoded role value (bigbluebutton#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad authored Apr 1, 2020
1 parent 348713d commit 6dc0ffc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/concerns/auth_values.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def auth_image(auth)
end

def auth_roles(user, auth)
auth['info']['roles'] = "Viewer"
unless auth['info']['roles'].nil?
roles = auth['info']['roles'].split(',')

Expand Down

0 comments on commit 6dc0ffc

Please sign in to comment.