パスワードのリセット ルートを設定しようとしていますが、ルートに何か問題があるようで、それが何かわかりません。
メールリンク
http://localhost:3000/reset-password/MKlpo8uJVAsZ5P_UnU1yUHi_4Ez2csh0DtEo4umazwU
道:routes.js
FlowRouter.route( '/reset-password/:token', {
name: 'atResetPwd',
action: function() {
BlazeLayout.render('loginTemplates', {
navbar: 'navbar',
content: 'atResetPwd',
footer: 'footer'
});
}
});