mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix bug on transfer repo
This commit is contained in:
		@@ -190,7 +190,8 @@ func runWeb(*cli.Context) {
 | 
			
		||||
		r.Get("/logout", user.SignOut)
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
	m.Get("/user/:username", ignSignIn, user.Profile) // TODO: Legacy
 | 
			
		||||
	// FIXME: Legacy
 | 
			
		||||
	m.Get("/user/:username", ignSignIn, user.Profile)
 | 
			
		||||
 | 
			
		||||
	// Gravatar service.
 | 
			
		||||
	avt := avatar.CacheServer("public/img/avatar/", "public/img/avatar_default.jpg")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user