mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Formatting change
This commit is contained in:
@@ -159,7 +159,7 @@ export class Utils {
|
|||||||
try {
|
try {
|
||||||
let hostname = url != null && url.hostname !== '' ? url.hostname : null;
|
let hostname = url != null && url.hostname !== '' ? url.hostname : null;
|
||||||
|
|
||||||
if(hostname != null && url.port !== '') {
|
if (hostname != null && url.port !== '') {
|
||||||
hostname += ":" + url.port;
|
hostname += ":" + url.port;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user