mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +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>(
|
MessagingCenter.Subscribe<Xamarin.Forms.Application>(
|
||||||
Xamarin.Forms.Application.Current, "LoggedOut", async (sender) =>
|
Xamarin.Forms.Application.Current, "LoggedOut", async (sender) =>
|
||||||
{
|
{
|
||||||
if(_deviceInfoService.Version >= 12) {
|
if(_deviceInfoService.Version >= 12)
|
||||||
|
{
|
||||||
await ASCredentialIdentityStore.SharedStore.RemoveAllCredentialIdentitiesAsync();
|
await ASCredentialIdentityStore.SharedStore.RemoveAllCredentialIdentitiesAsync();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue