Currently at v4.0.0
-) +); diff --git a/imports/ui/pages/login.js b/imports/ui/pages/login.js index 76bbc21..c7b10de 100644 --- a/imports/ui/pages/login.js +++ b/imports/ui/pages/login.js @@ -5,10 +5,10 @@ import { handleLogin } from '../../modules/login'; export class Login extends React.Component { componentDidMount() { - handleLogin( { component: this } ); + handleLogin({ component: this }); } - handleSubmit( event ) { + handleSubmit(event) { event.preventDefault(); } @@ -29,7 +29,13 @@ export class Login extends React.Component { Password Forgot Password? - + diff --git a/imports/ui/pages/not-found.js b/imports/ui/pages/not-found.js index 630f74f..d4d0412 100644 --- a/imports/ui/pages/not-found.js +++ b/imports/ui/pages/not-found.js @@ -6,4 +6,4 @@ export const NotFound = () => (Error [404]: { window.location.pathname } does not exist.