Whoops, extra unused bracked got lost in there and made the program fail to compile.
This commit is contained in:
parent
f2d88296cb
commit
5487cbf061
@ -110,7 +110,7 @@ func SignupPage(c *fiber.Ctx) error {
|
||||
"status": c.Response().StatusCode(),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// create user file
|
||||
|
||||
f, err := os.Create("/var/publapi/users/" + username + ".sh")
|
||||
@ -161,6 +161,5 @@ func SignupPage(c *fiber.Ctx) error {
|
||||
"message": "User created! Please allow us 24 hours or more to review your account.",
|
||||
"status": c.Response().StatusCode(),
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user