diff --git a/src/auth.ts b/src/auth.ts index 5780721..d92dd75 100644 --- a/src/auth.ts +++ b/src/auth.ts @@ -59,7 +59,8 @@ export function run(app) { res.send(`whoooops
${err}`); } } else { - res.send(`Click here!!`); + const url = `http://${req.headers.host}/discordauth`; + res.send(`Click here!!`); } }); } \ No newline at end of file