handle reset confirmation page
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
path: 'reset-password',
|
||||
path: 'reset-password/:token',
|
||||
getComponent(nextState, cb) {
|
||||
require.ensure([], (require) => {
|
||||
cb(null, require('./components/ResetPassword'));
|
||||
|
||||
Reference in New Issue
Block a user