fix: consent screen skip status should get checked after auth

This commit is contained in:
Stavros
2026-08-27 17:08:08 +03:00
parent 4bb766997b
commit 766a7287e3
4 changed files with 134 additions and 33 deletions
+5
View File
@@ -18,3 +18,8 @@ type RedirectQuery struct {
RedirectURI string `url:"redirect_uri"`
LoginFor FrontendLoginFor `url:"login_for"`
}
type SimpleResponse struct {
Status int `json:"status"`
Message string `json:"message"`
}