Fix a nice bug
This commit is contained in:
parent
76085a4284
commit
a61f508b5d
|
@ -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
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue