mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 10:01:05 +01:00 
			
		
		
		
	Changed missing path
This commit is contained in:
		
							parent
							
								
									a7efc22045
								
							
						
					
					
						commit
						8c13f64d3c
					
				
							
								
								
									
										2
									
								
								api.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								api.go
									
									
									
									
									
								
							@ -603,7 +603,7 @@ func (h *Headscale) handleMachineExpired(
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	if h.cfg.OIDC.Issuer != "" {
 | 
						if h.cfg.OIDC.Issuer != "" {
 | 
				
			||||||
		resp.AuthURL = fmt.Sprintf("%s/oidc/register/%s",
 | 
							resp.AuthURL = fmt.Sprintf("%s/oidc/register/%s",
 | 
				
			||||||
			strings.TrimSuffix(h.cfg.ServerURL, "/"), machineKey.String())
 | 
								strings.TrimSuffix(h.cfg.ServerURL, "/"), NodePublicKeyStripPrefix(registerRequest.NodeKey))
 | 
				
			||||||
	} else {
 | 
						} else {
 | 
				
			||||||
		resp.AuthURL = fmt.Sprintf("%s/register/%s",
 | 
							resp.AuthURL = fmt.Sprintf("%s/register/%s",
 | 
				
			||||||
			strings.TrimSuffix(h.cfg.ServerURL, "/"), NodePublicKeyStripPrefix(registerRequest.NodeKey))
 | 
								strings.TrimSuffix(h.cfg.ServerURL, "/"), NodePublicKeyStripPrefix(registerRequest.NodeKey))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user