mirror of
https://github.com/bitwarden/web
synced 2026-01-01 08:03:13 +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