From 0643b4bb0eb9dc824a5bb430a37539f32e1c3ac9 Mon Sep 17 00:00:00 2001 From: Jonny Date: Wed, 17 Apr 2019 16:32:49 +0200 Subject: [PATCH] Format the errors for logging in --- js/components/Login.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/components/Login.js b/js/components/Login.js index 6b8db0e..2d2b599 100644 --- a/js/components/Login.js +++ b/js/components/Login.js @@ -8,6 +8,8 @@ import { clearErrors } from '../api'; +import '../../static/css/errormessages.css'; + export function Login(props) { return ( @@ -31,7 +33,7 @@ class LoginErrorList extends React.Component { const { error, errorMessages } = this.props; if(error) { return ( -