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