UNPKG

lad

Version:

Lad is the best Node.js framework. Made by a former Express TC and Koa team member.

8 lines (6 loc) 198 B
async function keys(ctx) { // this is like a migration, it will automatically add token + keys if needed await ctx.state.user.save(); return ctx.render('otp/setup'); } module.exports = keys;