summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--projecttemplates/MvcRelyingParty/Views/Account/LogOn.aspx2
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/MvcRelyingParty/Views/Account/LogOn.aspx b/projecttemplates/MvcRelyingParty/Views/Account/LogOn.aspx
index d11ffaf..bdc5411 100644
--- a/projecttemplates/MvcRelyingParty/Views/Account/LogOn.aspx
+++ b/projecttemplates/MvcRelyingParty/Views/Account/LogOn.aspx
@@ -70,7 +70,7 @@
dataType: "text",
error: function (request, status, error) { errorCallback(status, argument); },
success: function (result) { resultFunction(result, argument); },
- url: 'http://localhost:18916/Account/Discover?identifier=' + escape(argument)
+ url: '<%= Url.Action("Discover") %>?identifier=' + encodeURIComponent(argument)
});
};
window.dnoa_internal.callback = function (argument, resultFunction, errorCallback) {