Commit 722b88f0 by Nilu

S16730766 # Client - Incoming Issues (raised by Client) #remove the "G" logo…

S16730766 # Client - Incoming Issues (raised by Client) #remove the "G" logo from the Applicant sign-up
parent aee9c050
...@@ -140,6 +140,15 @@ ...@@ -140,6 +140,15 @@
<img src="<%= request.getContextPath() %>/images/login-facebok-icon.svg" /> <img src="<%= request.getContextPath() %>/images/login-facebok-icon.svg" />
</oneit:button> </oneit:button>
</li> </li>
<%--
<li>
<oneit:button value=" " name="googleOAuthLogin" skin="link" cssClass="social_login_btn"
disabled="<%= Utils.googleAvailable() ? "false" : "true" %>"
requestAttribs="<%= CollectionUtils.mapEntry ("nextPage", socialLoginNextPage).toMap() %>">
<img src="<%= request.getContextPath() %>/images/login-google.png" />
</oneit:button>
</li>
--%>
</ul> </ul>
</oneit:form> </oneit:form>
......
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