mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fix concat
This commit is contained in:
@@ -13,7 +13,7 @@ angular
|
|||||||
var iconsUrl = environmentService.iconsUrl;
|
var iconsUrl = environmentService.iconsUrl;
|
||||||
if (!iconsUrl) {
|
if (!iconsUrl) {
|
||||||
if (environmentService.baseUrl) {
|
if (environmentService.baseUrl) {
|
||||||
iconsUrl = environmentService.baseUrl = '/icons';
|
iconsUrl = environmentService.baseUrl + '/icons';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
iconsUrl = 'https://icons.bitwarden.com';
|
iconsUrl = 'https://icons.bitwarden.com';
|
||||||
|
|||||||
Reference in New Issue
Block a user