Skip to content

Commit

Permalink
linkid-mobile -> linkid-qr
Browse files Browse the repository at this point in the history
  • Loading branch information
wvdhaute committed May 5, 2014
1 parent 2cfa8a6 commit 3c1771e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public static LoginConfig getLoginConfig(HttpSessionState session)

public LoginConfig(HttpRequest request, HttpSessionState session, String linkIDHost)
{
string LINKID_MOBILE_MINIMAL_ENTRY = "https://" + linkIDHost + "/linkid-mobile/auth-min";
string LINKID_MOBILE_REG_MINIMAL_ENTRY = "https://" + linkIDHost + "/linkid-mobile/reg-min";
string LINKID_MOBILE_MINIMAL_ENTRY = "https://" + linkIDHost + "/linkid-qr/auth-min";
string LINKID_MOBILE_REG_MINIMAL_ENTRY = "https://" + linkIDHost + "/linkid-qr/reg-min";

mobileForceRegistration = null != request[RequestConstants.MOBILE_FORCE_REG_REQUEST_PARAM];
targetURI = request[RequestConstants.TARGET_URI_REQUEST_PARAM];
Expand Down

0 comments on commit 3c1771e

Please sign in to comment.