Fix bad copy paste breaking 4S restore
This commit is contained in:
parent
b63e3d69ed
commit
e5f19945bd
@ -212,7 +212,7 @@ internal class DefaultSharedSecretStorageService @Inject constructor(
|
||||
return EncryptedSecretContent(
|
||||
ciphertext = result.cipherRawBytes.toBase64NoPadding(),
|
||||
initializationVector = result.initializationVector.toBase64NoPadding(),
|
||||
mac = result.initializationVector.toBase64NoPadding()
|
||||
mac = result.mac.toBase64NoPadding()
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user