This commit is contained in:
2026-05-06 16:47:17 +08:00
parent 49785004aa
commit 3fcc98f6f6
6 changed files with 103 additions and 13 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ func AuthenticationAuthority(ctx *gin.Context) (bool, TabUser, map[string]interf
}
} else {
ReturnJson(ctx, "userCookieError", nil)
//ReturnJson(ctx, "userCookieError", nil)
return false, user, nil
}