mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 04:14:01 +01:00 
			
		
		
		
	Unfortunately there is bug in #16544 meaning that openid connects aren't being matched properly as the capitalisation in that PR is incorrect. This PR changes the capitalisation back to what is expected. Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		
							parent
							
								
									208ae9e996
								
							
						
					
					
						commit
						7f85610942
					
				@ -18,7 +18,7 @@ type OpenIDProvider struct {
 | 
			
		||||
 | 
			
		||||
// Name provides the technical name for this provider
 | 
			
		||||
func (o *OpenIDProvider) Name() string {
 | 
			
		||||
	return "openidconnect"
 | 
			
		||||
	return "openidConnect"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// DisplayName returns the friendly name for this provider
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user