diff options
author | David Baker <dbkr@matrix.org> | 2014-09-05 13:10:31 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-09-05 13:11:11 +0100 |
commit | 6baaa18224043473818d4b5ab35c5e2dbbc26c59 (patch) | |
tree | c85924097fbfce9a92b170e2e035485213f2f1f5 | |
parent | Fixed duplicated messages sending in slow network condition. (diff) | |
download | synapse-6baaa18224043473818d4b5ab35c5e2dbbc26c59.tar.xz |
hide the forgot password link until it works
-rw-r--r-- | webclient/login/login.html | 4 |
1 files 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> |