mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
disable event service for now
This commit is contained in:
@@ -31,6 +31,7 @@ export class EventService implements EventServiceAbstraction {
|
||||
}
|
||||
|
||||
async collect(eventType: EventType, cipherId: string = null, uploadImmediately = false): Promise<any> {
|
||||
return;
|
||||
const authed = await this.userService.isAuthenticated();
|
||||
if (!authed) {
|
||||
return;
|
||||
@@ -65,6 +66,7 @@ export class EventService implements EventServiceAbstraction {
|
||||
}
|
||||
|
||||
async uploadEvents(): Promise<any> {
|
||||
return;
|
||||
const authed = await this.userService.isAuthenticated();
|
||||
if (!authed) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user