Password Reset: Add a back button to the email sent screen. (#7708)

* Password Reset: Add a back button to the email sent screen.

* Fixed typo
This commit is contained in:
Alex
2026-01-21 12:26:21 -07:00
committed by GitHub
parent 9f9345ea9e
commit 3a570e335b
2 changed files with 4 additions and 3 deletions

View File

@@ -296,6 +296,9 @@
echo "<div class='card' style='text-align: center;'>\n";
echo " <h5>".$text['label-email_sent']."</h5>\n";
echo " ".$text['description-email_sent']."<br />\n";
echo " <form name='request' method='post'>\n";
echo " <input type='submit' id='btn_back' class='btn' style='width: 100px; margin-top: 15px;' value='".$text['button-back']."'>\n";
echo " </form>";
echo "</div>\n";
}