mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
move getDomain to jslib Utils
This commit is contained in:
@@ -13,7 +13,6 @@ export abstract class PlatformUtilsService {
|
||||
isIE: () => boolean;
|
||||
isMacAppStore: () => boolean;
|
||||
analyticsId: () => string;
|
||||
getDomain: (uriString: string) => string;
|
||||
isViewOpen: () => boolean;
|
||||
lockTimeout: () => number;
|
||||
launchUri: (uri: string, options?: any) => void;
|
||||
|
||||
Reference in New Issue
Block a user