diff options
| -rwxr-xr-x | static/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/index.html b/static/index.html index cca686b..1f6930f 100755 --- a/static/index.html +++ b/static/index.html @@ -61,10 +61,10 @@ $(document).ready(function() { <input checked="checked" type="checkbox" name="rememberme" id="remembermeInput" /> Remember Me </label></div> -<div style="display: none"> +<div> <br> - <a href="/reset" style="text-decoration:none;">Forgot your password?</a><br> - </div> + <a href="/reset-request" style="text-decoration:none;">Forgot your password?</a><br> +</div> </div> </div> |
