Commit be029a1b by Nilu

S12517259 # Client - Incoming Issues (raised by Client) #Interface to Google…

S12517259 # Client - Incoming Issues (raised by Client) #Interface to Google Password manager uses phone number
parent fdd5269a
......@@ -66,6 +66,11 @@
opacity: 0.6;
background-color: #0582ba;
}
input[name$="UserName"] {
opacity: 0;
position: absolute;
}
</style>
<oneit:form name="verify" method="post">
......@@ -84,7 +89,6 @@
$('#myPassword').strength_meter({
"inputName" : "<%= key %>"
});
});
function validate() {
......@@ -120,7 +124,7 @@
if(!socialLogin)
{
%>
<oneit:ormInput obj="<%= secUser %>" type="text" attributeName="UserName" style="opacity:0;height:0;"/>
<oneit:ormInput obj="<%= secUser %>" type="text" attributeName="UserName" />
<div class="form-group text-left" id="myPassword">
<label>Password</label>
</div>
......
......@@ -78,6 +78,11 @@
opacity: 0.6;
background-color: #0582ba;
}
input[name$="UserName"] {
opacity: 0;
position: absolute;
}
</style>
<oneit:form name="signIn" method="post" enctype="multipart/form-data">
......@@ -208,7 +213,7 @@
if(isVerify)
{
%>
<oneit:ormInput obj="<%= secUser %>" type="text" attributeName="UserName" style="opacity:0;height:0;"/>
<oneit:ormInput obj="<%= secUser %>" type="text" attributeName="UserName"/>
<div class="form-group text-left" id="myPassword">
<label>Password</label>
</div>
......
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