From d7a12c496c83be62cdd31c8d5858363b573b5383 Mon Sep 17 00:00:00 2001 From: GreatLiu Date: Wed, 6 Dec 2023 10:22:41 +0800 Subject: [PATCH] Update authentication.go --- api/internal/filter/authentication.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/internal/filter/authentication.go b/api/internal/filter/authentication.go index fed117835f..c017938777 100644 --- a/api/internal/filter/authentication.go +++ b/api/internal/filter/authentication.go @@ -38,7 +38,7 @@ func Authentication() gin.HandlerFunc { cookie, _ := conf.CookieStore.Get(c.Request, "oidc") errResp := gin.H{ - "code": 010013, + "code": 10013, "message": "request unauthorized", }