We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130ddc0 commit 2c632d0Copy full SHA for 2c632d0
1 file changed
experimental/test-login.js
@@ -27,7 +27,7 @@ var loggedInUser = (cookieMap['rscommunity-logged-in-user'] || '').trim();
27
28
var serviceUrl = '';
29
if (document.location.hostname.toUpperCase() !== 'LOCALHOST') {
30
- serviceUrl = 'https://service.rushstack.io/';
+ serviceUrl = 'https://service.rushstack.io';
31
}
32
var returnUrlQuery = 'returnUrl=' + encodeURIComponent(document.location.pathname);
33
0 commit comments