mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-08-29 09:23:32 +08:00
fix: consent screen skip status should get checked after auth
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user