formatting

This commit is contained in:
Kyle Spearrin 2018-10-01 14:37:16 -04:00
parent 28a93cdcb4
commit 8d9a5bc08f

View file

@ -195,7 +195,8 @@ namespace Bit.iOS
MessagingCenter.Subscribe<Xamarin.Forms.Application>(
Xamarin.Forms.Application.Current, "LoggedOut", async (sender) =>
{
if(_deviceInfoService.Version >= 12) {
if(_deviceInfoService.Version >= 12)
{
await ASCredentialIdentityStore.SharedStore.RemoveAllCredentialIdentitiesAsync();
}
});