From 8d9a5bc08f5ef37ea3efe35571e39244f4d92d1c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 1 Oct 2018 14:37:16 -0400 Subject: [PATCH] formatting --- src/iOS/AppDelegate.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/iOS/AppDelegate.cs b/src/iOS/AppDelegate.cs index f4b3eca7f..1781ed37d 100644 --- a/src/iOS/AppDelegate.cs +++ b/src/iOS/AppDelegate.cs @@ -195,7 +195,8 @@ namespace Bit.iOS MessagingCenter.Subscribe( Xamarin.Forms.Application.Current, "LoggedOut", async (sender) => { - if(_deviceInfoService.Version >= 12) { + if(_deviceInfoService.Version >= 12) + { await ASCredentialIdentityStore.SharedStore.RemoveAllCredentialIdentitiesAsync(); } });