fix names
All checks were successful
Build and Publish / build-release (push) Successful in 1m10s

This commit is contained in:
2026-05-13 15:42:25 -05:00
parent a872d33957
commit ce2c038657

View File

@@ -56,7 +56,7 @@ defmodule PolicyServiceWeb.Router do
client_secret: zitadel[:client_secret] client_secret: zitadel[:client_secret]
) )
Oidcc.Plug.IntrospectToken.call( Oidcc.Plug.ValidateJwtToken.call(
conn, conn,
opts opts
) )