Skip to content

Commit 5c04078

Browse files
author
Aykut CAN
committed
Fix comment lines in auth javascripts
1 parent 7277b8b commit 5c04078

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/auth/reset/reset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//LoginForm validation
1+
//ResetForm validation
22
$(function() {
33
if (!$('#reset-form').length) {
44
return false;

src/auth/signup/signup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//LoginForm validation
1+
//SignupForm validation
22
$(function() {
33
if (!$('#signup-form').length) {
44
return false;

0 commit comments

Comments
 (0)