mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
fix double key formatting
This commit is contained in:
parent
c9d1e8dc65
commit
4bc837509d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ namespace Bit.iOS.Core.Services
|
|||
using(var data = NSData.FromArray(dataBytes))
|
||||
using(var newRecord = GetKeyRecord(formattedKey, data))
|
||||
{
|
||||
await RemoveAsync(formattedKey);
|
||||
await RemoveAsync(key);
|
||||
CheckError(SecKeyChain.Add(newRecord));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue