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.
2 parents 7277b8b + 5c04078 commit 295720bCopy full SHA for 295720b
src/auth/reset/reset.js
@@ -1,4 +1,4 @@
1
-//LoginForm validation
+//ResetForm validation
2
$(function() {
3
if (!$('#reset-form').length) {
4
return false;
src/auth/signup/signup.js
+//SignupForm validation
if (!$('#signup-form').length) {
0 commit comments