mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	golint fixed for modules/auth
This commit is contained in:
		@@ -60,7 +60,7 @@ func NewUser(ctx *context.Context) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// NewUserPost response for adding a new user
 | 
			
		||||
func NewUserPost(ctx *context.Context, form auth.AdminCrateUserForm) {
 | 
			
		||||
func NewUserPost(ctx *context.Context, form auth.AdminCreateUserForm) {
 | 
			
		||||
	ctx.Data["Title"] = ctx.Tr("admin.users.new_account")
 | 
			
		||||
	ctx.Data["PageIsAdmin"] = true
 | 
			
		||||
	ctx.Data["PageIsAdminUsers"] = true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user