mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
formatting
This commit is contained in:
parent
28a93cdcb4
commit
8d9a5bc08f
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue