mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 00:02:20 -05:00 
			
		
		
		
	remove extra space in ssh authentication message
This commit is contained in:
		
							parent
							
								
									9512eec034
								
							
						
					
					
						commit
						1988c0993d
					
				@ -102,7 +102,7 @@ func runServ(c *cli.Context) {
 | 
			
		||||
 | 
			
		||||
	cmd := os.Getenv("SSH_ORIGINAL_COMMAND")
 | 
			
		||||
	if cmd == "" {
 | 
			
		||||
		println("Hi", user.Name, "! You've successfully authenticated, but Gogs does not provide shell access.")
 | 
			
		||||
		fmt.Printf("Hi, %s! You've successfully authenticated, but Gogs does not provide shell access.\n", user.Name)
 | 
			
		||||
		if user.IsAdmin {
 | 
			
		||||
			println("If this is unexpected, please log in with password and setup Gogs under another user.")
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user