Creating 2fa.

This commit is contained in:
Bradley Shellnut 2021-04-26 16:03:44 -07:00
parent d480043b5a
commit 0f1a7ab2cf

View file

@ -17,6 +17,8 @@ async function startApp() {
root: path.join(__dirname, "public"),
})
app.get('/2fa', {}, async (request, reply) => reply.sendFile('2fa.html'))
app.get('/reset/:email/:exp/:token', {}, async (request, reply) => reply.sendFile('reset.html'))
app.get('/verify/:email/:token', {}, async ( request, reply ) => {