mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-26 12:16:07 +01:00
fix double key formatting
This commit is contained in:
parent
c9d1e8dc65
commit
4bc837509d
@ -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 New Issue
Block a user