mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
move getDomain to jslib
This commit is contained in:
@@ -86,10 +86,6 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
||||
return 'UA-81915606-3';
|
||||
}
|
||||
|
||||
getDomain(uriString: string): string {
|
||||
return Utils.getHostname(uriString);
|
||||
}
|
||||
|
||||
isViewOpen(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user