Fix minor formatting issues

This commit is contained in:
NipuniBhagya 2025-05-15 11:22:10 +05:30 committed by Pavindu Lakshan
parent 1ab421dc81
commit 885b32ee80
2 changed files with 3 additions and 2 deletions

View file

@ -60,4 +60,5 @@ jwks_uri: https://api.asgardeo.io/t/acme/oauth2/jwks
bearer_methods_supported:
- header
- body
- query
- query

View file

@ -11,7 +11,7 @@ import (
"github.com/wso2/open-mcp-auth-proxy/internal/authz"
"github.com/wso2/open-mcp-auth-proxy/internal/config"
logger "github.com/wso2/open-mcp-auth-proxy/internal/logging"
"github.com/wso2/open-mcp-auth-proxy/internal/logging"
"github.com/wso2/open-mcp-auth-proxy/internal/util"
)