We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d8172 commit 1b58d44Copy full SHA for 1b58d44
views/change-password.ejs
@@ -9,7 +9,7 @@
9
<form action="/user/change-password" method="post">
10
<input type="password" name="oldPassword" placeholder="Old Password" required><br><br>
11
<input type="password" name="newPassword" placeholder="New Password" required><br><br>
12
- <div class="g-recaptcha" data-sitekey="6LcmRHQpAAAAAKox1CmxwgV0Cbh03cU1MTc4si2g"></div>
+ <div class="g-recaptcha" data-sitekey="6LfQ8xMqAAAAALA6RnHywmeNDlZ02VFwKd4wKPrV"></div>
13
<button type="submit">Change Password</button>
14
<button onclick="signOut()">Log Out</button>
15
</form>
0 commit comments