mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
lock now button
This commit is contained in:
@@ -34,5 +34,11 @@ namespace Bit.Core.Services
|
||||
}
|
||||
return Task.FromResult(0);
|
||||
}
|
||||
|
||||
public Task PurgeAsync()
|
||||
{
|
||||
_state.Clear();
|
||||
return Task.FromResult(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user