Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 327 Bytes

instructions.md

File metadata and controls

9 lines (8 loc) · 327 Bytes

Congratulations! You have configured @mezielabs/flair package successfully. Make sure to add the following middlewares inside the start/kernel.ts file:

Server.middleware.registerNamed({
  '...',
  guest: () => import('App/Middleware/Guest'),
  confirmPassword: () => import('App/Middleware/ConfirmPassword'),
})