mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	
				
					committed by
					
						 Lauris BH
						Lauris BH
					
				
			
			
				
	
			
			
			
						parent
						
							e87c540a87
						
					
				
				
					commit
					4ee52b7161
				
			| @@ -163,7 +163,7 @@ func createProvider(providerName, providerType, clientID, clientSecret, openIDCo | ||||
| 				profileURL = customURLMapping.ProfileURL | ||||
| 			} | ||||
| 		} | ||||
| 		provider = gitlab.NewCustomisedURL(clientID, clientSecret, callbackURL, authURL, tokenURL, profileURL) | ||||
| 		provider = gitlab.NewCustomisedURL(clientID, clientSecret, callbackURL, authURL, tokenURL, profileURL, "read_user") | ||||
| 	case "gplus": | ||||
| 		provider = gplus.New(clientID, clientSecret, callbackURL, "email") | ||||
| 	case "openidConnect": | ||||
|   | ||||
		Reference in New Issue
	
	Block a user