mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 10:03:26 +00:00
fix double key formatting
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user