Fix wrong password key in Migrations
This commit is contained in:
parent
e0fcf265f5
commit
be865aa7f9
@ -33,7 +33,7 @@ object Migrations {
|
||||
|
||||
oldPreferences.getString(account.passwordKey, null)?.run {
|
||||
encryptedPreferences.edit()
|
||||
.putString(account.password, this)
|
||||
.putString(account.passwordKey, this)
|
||||
.apply()
|
||||
|
||||
oldPreferences.edit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user