mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-27 12:26:31 +01:00
formatting
This commit is contained in:
parent
28a93cdcb4
commit
8d9a5bc08f
@ -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();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user