fix: possible redirect url inconsistency (#1003)

This commit is contained in:
UUBulb
2025-02-24 20:53:11 +08:00
committed by GitHub
parent 3f6b001992
commit c0fee50776
2 changed files with 14 additions and 10 deletions
+4 -3
View File
@@ -17,7 +17,8 @@ const (
)
type Oauth2State struct {
Action Oauth2LoginType
Provider string
State string
Action Oauth2LoginType
Provider string
State string
RedirectURL string
}