mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +00:00
fix recovery with mnemonic on keycard
This commit is contained in:
parent
c7cc80bc60
commit
f7cc74a29a
@ -1645,7 +1645,7 @@
|
||||
(filter #(= (:id %) selected-id))
|
||||
first
|
||||
:mnemonic)
|
||||
recovery-mnemonic (get-in db [:multiaccounts/recover :passphrase])
|
||||
recovery-mnemonic (get-in db [:intro-wizard :passphrase])
|
||||
mnemonic' (or user-selected-mnemonic mnemonic recovery-mnemonic)
|
||||
pin' (or pin (vector->string (get-in db [:hardwallet :pin :current])))]
|
||||
(fx/merge cofx
|
||||
|
Loading…
x
Reference in New Issue
Block a user