add call to changePW function

This commit is contained in:
Mystikfluu
2022-07-04 00:47:36 +02:00
parent 1f5fed8c98
commit 7b288d964d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<input id="newPW" placeholder="New Password" type="password">
<br>
<br>
<button id="submit">Change Password</button>
<button id="submit" onclick="changePW()">Change Password</button>
<br>
<br>
<span id="response"></span>