From 5bece0dd1e8bb97d8ef07908179fb5735d097115 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 10 Jan 2020 04:09:40 +0200 Subject: Fix prettier. --- config/accounts.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/accounts.js b/config/accounts.js index f88f2d83..b19c12b9 100644 --- a/config/accounts.js +++ b/config/accounts.js @@ -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. -- cgit v1.2.3-1-g7c22