get config add runtime
All checks were successful
Build and Publish / build-release (push) Successful in 1m11s

This commit is contained in:
2026-05-13 14:14:49 -05:00
parent a925bf49c8
commit e235190d4e
3 changed files with 16 additions and 12 deletions

View File

@@ -71,9 +71,6 @@ defmodule PolicyServiceWeb.Plugs.AuthorizeRoles do
role = Map.get(roles_map, roles_claim, %{})
role
%{claims: claims} when is_map(claims) ->
Map.get(claims, roles_claim, %{})
_ ->
%{}
end