X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fweb%2Fjs%2Fsignin.jsx;h=cf486adcbeff5293587842a54c9d6de2b8ab00e2;hb=a6820180928670b0642fa6a28ac221ce158230bb;hp=5b3b661f4a7be7373e60bf29e30201e5968b343c;hpb=6bf174a95ba0f71abf25397316fc101405381cdf;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/cmd/web/js/signin.jsx b/cmd/web/js/signin.jsx index 5b3b661..cf486ad 100644 --- a/cmd/web/js/signin.jsx +++ b/cmd/web/js/signin.jsx @@ -43,17 +43,28 @@ class SigninForm extends React.Component { render = () => { var cName = classNames('form-message', {'hidden': this.state.hideMsg, 'message-ok': this.state.msgOk}); return ( +
-
+
- - + + + + + Forgot password? + +
{this.state.msg}
- Sign up
+
+
+ New to CryptoPF? Create an account. +
+
+ ); } }