hide the forgot password link until it works

This commit is contained in:
David Baker 2014-09-05 13:10:31 +01:00
parent 584591c3e3
commit 6baaa18224
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@
Only http://matrix.org:8090 currently exists.</div> Only http://matrix.org:8090 currently exists.</div>
<br/> <br/>
<br/> <br/>
<a href="#/register" style="padding-right: 3em">Create account</a> <a href="#/register" style="padding-right: 0em">Create account</a>
<a href="#/reset_password">Forgotten password?</a> <a href="#/reset_password" style="display: none; ">Forgotten password?</a>
</div> </div>
</div> </div>
</form> </form>