Skip to content

Commit 52612ad

Browse files
Update change-password.ejs
1 parent 955c38e commit 52612ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/change-password.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<form action="/user/change-password" method="post">
1010
<input type="password" name="oldPassword" placeholder="Old Password" required><br><br>
1111
<input type="password" name="newPassword" placeholder="New Password" required><br><br>
12-
<div class="g-recaptcha" data-sitekey="6LfQ8xMqAAAAALA6RnHywmeNDlZ02VFwKd4wKPrV"></div>
12+
<div class="g-recaptcha" data-sitekey="6LflLRIqAAAAAHrbmeUx3WThRxp7On8iAQQOIQWH"></div>
1313
<button type="submit">Change Password</button>
1414
<button onclick="signOut()">Log Out</button>
1515
</form>

0 commit comments

Comments
 (0)