|
@@ -38,9 +38,13 @@ AccountsTemplates.configure({
|
|
|
},
|
|
|
});
|
|
|
|
|
|
-['signIn', 'signUp', 'resetPwd', 'forgotPwd', 'enrollAccount'].forEach(
|
|
|
- routeName => AccountsTemplates.configureRoute(routeName),
|
|
|
-);
|
|
|
+[
|
|
|
+ 'signIn',
|
|
|
+ 'signUp',
|
|
|
+ 'resetPwd',
|
|
|
+ 'forgotPwd',
|
|
|
+ 'enrollAccount',
|
|
|
+].forEach(routeName => AccountsTemplates.configureRoute(routeName));
|
|
|
|
|
|
// We display the form to change the password in a popup window that already
|
|
|
// have a title, so we unset the title automatically displayed by useraccounts.
|