Skip to content

Commit 2c632d0

Browse files
committed
Remove trailing slash
1 parent 130ddc0 commit 2c632d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

experimental/test-login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var loggedInUser = (cookieMap['rscommunity-logged-in-user'] || '').trim();
2727

2828
var serviceUrl = '';
2929
if (document.location.hostname.toUpperCase() !== 'LOCALHOST') {
30-
serviceUrl = 'https://service.rushstack.io/';
30+
serviceUrl = 'https://service.rushstack.io';
3131
}
3232
var returnUrlQuery = 'returnUrl=' + encodeURIComponent(document.location.pathname);
3333

0 commit comments

Comments
 (0)