mirror of
https://github.com/bitwarden/mobile
synced 2025-12-28 06:03:40 +00:00
enable event logging
This commit is contained in:
@@ -31,8 +31,6 @@ namespace Bit.Core.Services
|
||||
|
||||
public async Task CollectAsync(EventType eventType, string cipherId = null, bool uploadImmediately = false)
|
||||
{
|
||||
return;
|
||||
// TODO
|
||||
var authed = await _userService.IsAuthenticatedAsync();
|
||||
if(!authed)
|
||||
{
|
||||
@@ -76,8 +74,6 @@ namespace Bit.Core.Services
|
||||
|
||||
public async Task UploadEventsAsync()
|
||||
{
|
||||
return;
|
||||
// TODO
|
||||
var authed = await _userService.IsAuthenticatedAsync();
|
||||
if(!authed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user