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(); } });