mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-04 15:43:35 +00:00
fix(recovery-phrase): generate mnemonic default value
This commit is contained in:
parent
e90fed3309
commit
8a5577db74
@ -20,7 +20,7 @@ const initialState: KeyGenerationState = {
|
||||
mnemonic: Array(24).fill(''),
|
||||
isCopyPastedPhrase: false,
|
||||
validWords: Array(24).fill(true),
|
||||
generatedMnemonic: Array(24).fill(''),
|
||||
generatedMnemonic: [],
|
||||
isConfirmPhraseStage: false,
|
||||
recoveryMechanism: RECOVERY_PHRASE,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user