mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
formatting
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user