fix: fix oauth and oidc controller imports and context

This commit is contained in:
Stavros
2026-04-29 20:00:36 +03:00
parent b4eb7090bd
commit a3ec07230c
4 changed files with 22 additions and 19 deletions
-11
View File
@@ -17,17 +17,6 @@ import (
"github.com/google/go-querystring/query"
)
type UnauthorizedQuery struct {
Username string `url:"username"`
Resource string `url:"resource"`
GroupErr bool `url:"groupErr"`
IP string `url:"ip"`
}
type RedirectQuery struct {
RedirectURI string `url:"redirect_uri"`
}
type AuthModuleType int
const (