Commit 9a9f2483 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

S12532305 # Client - Incoming Issues (raised by Client) #Google Password thinks that phone number is login
parent 6cf7d50d
...@@ -120,6 +120,7 @@ ...@@ -120,6 +120,7 @@
if(!socialLogin) if(!socialLogin)
{ {
%> %>
<oneit:ormInput obj="<%= secUser %>" type="text" attributeName="UserName" style="opacity:0;height:0;"/>
<div class="form-group text-left" id="myPassword"> <div class="form-group text-left" id="myPassword">
<label>Password</label> <label>Password</label>
</div> </div>
......
...@@ -208,6 +208,7 @@ ...@@ -208,6 +208,7 @@
if(isVerify) if(isVerify)
{ {
%> %>
<oneit:ormInput obj="<%= secUser %>" type="text" attributeName="UserName" style="opacity:0;height:0;"/>
<div class="form-group text-left" id="myPassword"> <div class="form-group text-left" id="myPassword">
<label>Password</label> <label>Password</label>
</div> </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