Fix a nice bug

This commit is contained in:
Benoit Marty 2020-02-14 22:00:36 +01:00
parent 76085a4284
commit a61f508b5d
1 changed files with 1 additions and 1 deletions

View File

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