From 6baaa18224043473818d4b5ab35c5e2dbbc26c59 Mon Sep 17 00:00:00 2001 From: David Baker <dbkr@matrix.org> Date: Fri, 5 Sep 2014 13:10:31 +0100 Subject: [PATCH] hide the forgot password link until it works --- webclient/login/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webclient/login/login.html b/webclient/login/login.html index 18e7a02815..6297ec4d42 100644 --- a/webclient/login/login.html +++ b/webclient/login/login.html @@ -39,8 +39,8 @@ Only http://matrix.org:8090 currently exists.</div> <br/> <br/> - <a href="#/register" style="padding-right: 3em">Create account</a> - <a href="#/reset_password">Forgotten password?</a> + <a href="#/register" style="padding-right: 0em">Create account</a> + <a href="#/reset_password" style="display: none; ">Forgotten password?</a> </div> </div> </form> -- GitLab