commit c5224ef351470b988db2da34415ca42a0975ddab
parent 49806a81dc5929096b9abceb115faaf16bfc41e2
Author: David Liotta <liottad6@students.rowan.edu>
Date: Sun, 16 Dec 2018 20:08:59 -0500
Minor update
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/login.php b/website/login.php
@@ -12,7 +12,7 @@ if (!empty($_GET)) {
<input type="text" name="password" placeholder="Password">
<button type="submit" name="submit">Sign In</button>
<br>
-<a href = "res/nope.php" target = "_blank">Forgot your password?</a>
+<a href = "resestPass.php" target = "_blank">Forgot your password?</a>
<br>
<a href = "signUp.php" target = "_blank">Don't have an account?</a>