1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-28 19:02:42 +01:00

implement eventTrack for electron

This commit is contained in:
Kyle Spearrin 2018-10-03 00:09:07 -04:00
parent ad31527b8d
commit 7ae640e5f8

View File

@ -172,6 +172,10 @@ export class ElectronPlatformUtilsService implements PlatformUtilsService {
return Promise.resolve(result === 0);
}
eventTrack(action: string, label?: string, options?: any) {
// TODO: track
}
isDev(): boolean {
return isDev();
}