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…
Reference in New Issue