mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
listen to yubikey
This commit is contained in:
@@ -47,7 +47,6 @@ namespace Bit.App.Pages
|
||||
protected async override void OnAppearing()
|
||||
{
|
||||
base.OnAppearing();
|
||||
// await _syncService.FullSyncAsync(true);
|
||||
_broadcasterService.Subscribe(_pageName, async (message) =>
|
||||
{
|
||||
if(message.Command == "syncCompleted")
|
||||
|
||||
Reference in New Issue
Block a user