From a6820180928670b0642fa6a28ac221ce158230bb Mon Sep 17 00:00:00 2001 From: jloup Date: Mon, 14 May 2018 12:38:00 +0200 Subject: JS clean. --- cmd/web/js/signup.jsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'cmd/web/js/signup.jsx') diff --git a/cmd/web/js/signup.jsx b/cmd/web/js/signup.jsx index 08509e8..15f9e88 100644 --- a/cmd/web/js/signup.jsx +++ b/cmd/web/js/signup.jsx @@ -51,13 +51,14 @@ class SignupForm extends React.Component { var cName = classNames('form-message', {'hidden': this.state.hideMsg, 'message-ok': this.state.msgOk}); return (
-
+
- - + + + +
{this.state.msg}
- Sign In
-- cgit v1.2.3