1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

get web vault url

This commit is contained in:
Kyle Spearrin
2018-06-25 08:06:19 -04:00
parent 1609ed5419
commit ca3b1c739c
2 changed files with 10 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ export abstract class EnvironmentService {
identityUrl: string;
iconsUrl: string;
getWebVaultUrl: () => string;
setUrlsFromStorage: () => Promise<void>;
setUrls: (urls: any) => Promise<any>;
}