fix concat
This commit is contained in:
parent
0c90d9dba2
commit
18277207f6
|
@ -13,7 +13,7 @@ angular
|
|||
var iconsUrl = environmentService.iconsUrl;
|
||||
if (!iconsUrl) {
|
||||
if (environmentService.baseUrl) {
|
||||
iconsUrl = environmentService.baseUrl = '/icons';
|
||||
iconsUrl = environmentService.baseUrl + '/icons';
|
||||
}
|
||||
else {
|
||||
iconsUrl = 'https://icons.bitwarden.com';
|
||||
|
|
Loading…
Reference in New Issue