mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-04 08:50:18 +01:00
enable event logging
This commit is contained in:
parent
421834153d
commit
580fa02ee1
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user