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
+12
View File
@@ -0,0 +1,12 @@
package controller
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"`
}