a
This commit is contained in:
parent
8330a84056
commit
8f19c59ebb
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ import auth from "../form/auth.js";
|
|||
|
||||
// TODO: rewrite
|
||||
let main = new Route([auth], async function (req, res, input) {
|
||||
let { username } = input;
|
||||
return res.render('form', {
|
||||
data: [
|
||||
{ label: "Username", type: "text", name: "user" },
|
||||
|
@ -12,7 +11,7 @@ let main = new Route([auth], async function (req, res, input) {
|
|||
],
|
||||
'route': '/api/form/register',
|
||||
'title': 'Join',
|
||||
username
|
||||
...input
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue