fix: rabbit comments

This commit is contained in:
Stavros
2026-08-27 17:53:38 +03:00
parent 0da39c93b0
commit 6fe21a7e38
3 changed files with 23 additions and 6 deletions
+3
View File
@@ -266,6 +266,9 @@ func (controller *OIDCController) authorize(c *gin.Context) {
}
func (controller *OIDCController) skipConsent(c *gin.Context) {
c.Header("cache-control", "no-store")
c.Header("pragma", "no-cache")
if controller.oidc == nil {
c.JSON(500, SimpleResponse{
Status: 500,