mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
enable events
This commit is contained in:
parent
e89f295e1d
commit
0aae22fc00
@ -31,7 +31,6 @@ export class EventService implements EventServiceAbstraction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async collect(eventType: EventType, cipherId: string = null, uploadImmediately = false): Promise<any> {
|
async collect(eventType: EventType, cipherId: string = null, uploadImmediately = false): Promise<any> {
|
||||||
return;
|
|
||||||
const authed = await this.userService.isAuthenticated();
|
const authed = await this.userService.isAuthenticated();
|
||||||
if (!authed) {
|
if (!authed) {
|
||||||
return;
|
return;
|
||||||
@ -66,7 +65,6 @@ export class EventService implements EventServiceAbstraction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async uploadEvents(): Promise<any> {
|
async uploadEvents(): Promise<any> {
|
||||||
return;
|
|
||||||
const authed = await this.userService.isAuthenticated();
|
const authed = await this.userService.isAuthenticated();
|
||||||
if (!authed) {
|
if (!authed) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user