Commit 29e8496f by Nilu

S12751476 # Client - Incoming Issues (raised by Client) #Unclear of what is…

S12751476 # Client - Incoming Issues (raised by Client) #Unclear of what is disabling the Sign up button

(sign up button must have been disabled due to passwords not matching. However, removed password match check for enabling signup as it doesn't help user to figure out the issue with the enetered data)
parent 8c1c88ca
......@@ -98,7 +98,7 @@
}
});
if (<%= !socialLogin %> && (!$('input[name$=Password]').val() || $('input[name$=Password]').val() !== $('input[name$=Password2]').val())) {
if (<%= !socialLogin %> && (!$('input[name$=Password]').val() && !$('input[name$=Password2]').val())){
empty = true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment