[pass-reset_script] Script now uses a <p> tag under the form instead of alerts or console to show status of message

This commit is contained in:
eoghan.conlon 2023-07-27 18:52:11 +01:00
parent e72f2b2377
commit 51ac57ebf0
2 changed files with 11 additions and 2 deletions

View file

@ -16,6 +16,7 @@
<input type="password" id="newPW2" name="newPWConfirm" /> <br />
<input type="Submit" value="Submit" />
</form>
<p id="formStatus"></p>
<footer>
UL Computer Society 2023-<span id="year">2023</span>
</footer>