Allow enterprise users to authorize via OIDC

This commit is contained in:
Maikel Linke
2022-10-13 13:49:32 +11:00
parent 66c3ba3bba
commit f00aeb006e

View File

@@ -177,6 +177,8 @@ module Spree
end
can [:admin, :create], :manager_invitation
can [:admin, :index], :oidc_setting
end
def add_product_management_abilities(user)