mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 01:33:22 +00:00
formatting
This commit is contained in:
@@ -161,7 +161,8 @@ namespace Bit.iOS
|
|||||||
if(await ASHelpers.IdentitiesCanIncremental())
|
if(await ASHelpers.IdentitiesCanIncremental())
|
||||||
{
|
{
|
||||||
var identity = await ASHelpers.GetCipherIdentityAsync(id, _cipherService);
|
var identity = await ASHelpers.GetCipherIdentityAsync(id, _cipherService);
|
||||||
if(identity == null) {
|
if(identity == null)
|
||||||
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
await ASCredentialIdentityStore.SharedStore.SaveCredentialIdentitiesAsync(
|
await ASCredentialIdentityStore.SharedStore.SaveCredentialIdentitiesAsync(
|
||||||
|
|||||||
Reference in New Issue
Block a user