mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	chore: update formatting
This commit is contained in:
		
							parent
							
								
									972bef1194
								
							
						
					
					
						commit
						046116656b
					
				
							
								
								
									
										5
									
								
								oidc.go
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								oidc.go
									
									
									
									
									
								
							| @ -281,7 +281,10 @@ func (h *Headscale) OIDCCallback(ctx *gin.Context) { | ||||
| 
 | ||||
| 	now := time.Now().UTC() | ||||
| 
 | ||||
| 	namespaceName, err := NormalizeNamespaceName(claims.Email, h.cfg.OIDC.StripEmaildomain) | ||||
| 	namespaceName, err := NormalizeNamespaceName( | ||||
| 		claims.Email, | ||||
| 		h.cfg.OIDC.StripEmaildomain, | ||||
| 	) | ||||
| 	if err != nil { | ||||
| 		log.Error().Err(err).Caller().Msgf("couldn't normalize email") | ||||
| 		ctx.String( | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user