fix: add missing info for openid config

Resolves #304
This commit is contained in:
Lakhan Samani
2023-03-04 16:11:37 +05:30
parent 8863140e75
commit 149d0cac7a
4 changed files with 3 additions and 6 deletions

View File

@@ -27,10 +27,8 @@ func JWKsHandler() gin.HandlerFunc {
c.JSON(500, gin.H{
"error": err.Error(),
})
return
}
c.JSON(200, gin.H{
"keys": []map[string]string{
data,