mirror of
https://github.com/komari-monitor/komari.git
synced 2025-10-27 01:53:41 +00:00
fix(oidc): 增加 redirect_uri
This commit is contained in:
@@ -24,7 +24,7 @@ func (g *Github) GetConfiguration() factory.Configuration {
|
||||
return &g.Addition
|
||||
}
|
||||
|
||||
func (g *Github) GetAuthorizationURL() (string, string) {
|
||||
func (g *Github) GetAuthorizationURL(_ string) (string, string) {
|
||||
state := utils.GenerateRandomString(16)
|
||||
|
||||
// 构建GitHub OAuth授权URL
|
||||
|
||||
Reference in New Issue
Block a user