Whoops, extra unused bracked got lost in there and made the program fail to compile.

This commit is contained in:
2024-02-27 15:07:27 +01:00
parent f2d88296cb
commit 5487cbf061

View File

@ -163,4 +163,3 @@ func SignupPage(c *fiber.Ctx) error {
})
}
}
}