handle reset confirmation page

This commit is contained in:
GotPPay
2018-06-01 05:04:24 +02:00
parent 6c262a03d9
commit cd30c937f0
4 changed files with 57 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
path: 'reset-password',
path: 'reset-password/:token',
getComponent(nextState, cb) {
require.ensure([], (require) => {
cb(null, require('./components/ResetPassword'));