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 955c38e commit 52612adCopy full SHA for 52612ad
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="6LfQ8xMqAAAAALA6RnHywmeNDlZ02VFwKd4wKPrV"></div>
+ <div class="g-recaptcha" data-sitekey="6LflLRIqAAAAAHrbmeUx3WThRxp7On8iAQQOIQWH"></div>
13
<button type="submit">Change Password</button>
14
<button onclick="signOut()">Log Out</button>
15
</form>
0 commit comments