PwReset view

This commit is contained in:
2020-12-19 19:00:54 +01:00
parent 0ff0a29dfe
commit 98bc810e51
6 changed files with 121 additions and 73 deletions

View File

@@ -36,6 +36,7 @@
"/forgot_password": ForgotPassword,
"/dashboard": wrap({ component: Dashboard, conditions: [checkAuth] }),
"/": wrap({ component: Dashboard, conditions: [checkAuth] }),
// "/password_reset_sent/*": Book,
// Using named parameters, with last being optional
// "/author/:first/:last?": Author,