full sync from sync page

This commit is contained in:
Kyle Spearrin 2016-06-29 22:04:09 -04:00
parent 2d6e0bd95a
commit 8653a76e26

View file

@ -55,7 +55,7 @@ namespace Bit.App.Pages
}
_userDialogs.ShowLoading("Syncing...", MaskType.Black);
var succeeded = await _syncService.SyncAsync();
var succeeded = await _syncService.FullSyncAsync();
_userDialogs.HideLoading();
if(succeeded)
{