mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-09-01 11:03:52 +08:00
fix: rabbit comments
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user