Fix a nice bug

This commit is contained in:
Benoit Marty 2020-02-14 22:00:36 +01:00
parent 76085a4284
commit a61f508b5d

View File

@ -71,7 +71,7 @@ data class SecretStorageKeyContent(
?.let { ssssPassphrase ->
this["passphrase"] = mapOf(
"algorithm" to ssssPassphrase.algorithm,
"iterations" to ssssPassphrase.salt,
"iterations" to ssssPassphrase.iterations,
"salt" to ssssPassphrase.salt
)
}