mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
fix concat
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user