mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Reverted prior change. Changed call to getHost
This commit is contained in:
@@ -62,7 +62,7 @@ export class LoginUriView implements View {
|
||||
return null;
|
||||
}
|
||||
if (this._hostname == null && this.uri != null) {
|
||||
this._hostname = Utils.getHostname(this.uri);
|
||||
this._hostname = Utils.getHost(this.uri);
|
||||
if (this._hostname === '') {
|
||||
this._hostname = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user