mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
fix(login(js)): fix domain in redirect URL
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
userName = username;
|
||||
if (domain)
|
||||
userName += '@' + domain.value;
|
||||
userName += '@' + domain;
|
||||
address = '' + window.location.href;
|
||||
baseAddress = ApplicationBaseURL + encodeURIComponent(userName);
|
||||
if (baseAddress[0] == '/') {
|
||||
|
||||
Reference in New Issue
Block a user