Skip to content

Commit 1b58d44

Browse files
Update change-password.ejs
1 parent 43d8172 commit 1b58d44

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="6LcmRHQpAAAAAKox1CmxwgV0Cbh03cU1MTc4si2g"></div>
12+
<div class="g-recaptcha" data-sitekey="6LfQ8xMqAAAAALA6RnHywmeNDlZ02VFwKd4wKPrV"></div>
1313
<button type="submit">Change Password</button>
1414
<button onclick="signOut()">Log Out</button>
1515
</form>

0 commit comments

Comments
 (0)