mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 00:10:25 +08:00 
			
		
		
		
	feat: OAuth2 登录
This commit is contained in:
		@@ -53,7 +53,7 @@ func (c *Config) SaveConfig(rc *req.Ctx) {
 | 
			
		||||
 | 
			
		||||
// AuthConfig auth相关配置
 | 
			
		||||
func (c *Config) AuthConfig(rc *req.Ctx) {
 | 
			
		||||
	resp := &vo.OAuth2EnableVO{}
 | 
			
		||||
	resp := &vo.Auth2EnableVO{}
 | 
			
		||||
	config := c.ConfigApp.GetConfig(AuthOAuth2Key)
 | 
			
		||||
	oauth2 := &vo.OAuth2VO{}
 | 
			
		||||
	if config.Value != "" {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user