fix: fix imports and context in proxy controller

This commit is contained in:
Stavros
2026-04-29 19:58:39 +03:00
parent 2f24f823eb
commit b4eb7090bd
2 changed files with 47 additions and 52 deletions
-13
View File
@@ -218,19 +218,6 @@ type OIDCClientConfig struct {
Name string `description:"Client name in UI." yaml:"name"`
}
// API responses and queries
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"`
}
// ACLs
type Apps struct {