diff --git a/UI/WebServerResources/js/Common/Authentication.service.js b/UI/WebServerResources/js/Common/Authentication.service.js index 7ced11aa8..0ace92957 100644 --- a/UI/WebServerResources/js/Common/Authentication.service.js +++ b/UI/WebServerResources/js/Common/Authentication.service.js @@ -31,7 +31,7 @@ userName = username; if (domain) - userName += '@' + domain.value; + userName += '@' + domain; address = '' + window.location.href; baseAddress = ApplicationBaseURL + encodeURIComponent(userName); if (baseAddress[0] == '/') {