1
0
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:
Kyle Spearrin
2018-10-13 23:26:38 -04:00
parent 65211372df
commit 6e9f71f942
5 changed files with 7 additions and 7 deletions

View File

@@ -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;
}