mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Fix user avatar (#33439)
This commit is contained in:
		| @@ -681,7 +681,7 @@ func registerRoutes(m *web.Router) { | ||||
| 		m.Get("/activate", auth.Activate) | ||||
| 		m.Post("/activate", auth.ActivatePost) | ||||
| 		m.Any("/activate_email", auth.ActivateEmail) | ||||
| 		m.Get("/avatar/{username}/{size}", user.AvatarByUserName) | ||||
| 		m.Get("/avatar/{username}/{size}", user.AvatarByUsernameSize) | ||||
| 		m.Get("/recover_account", auth.ResetPasswd) | ||||
| 		m.Post("/recover_account", auth.ResetPasswdPost) | ||||
| 		m.Get("/forgot_password", auth.ForgotPasswd) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user