Browse Source
Merge pull request #572 from mrfelton/fix/default-wallet-mode-selection
fix(onboarding): default to create new wallet
renovate/lint-staged-8.x
Ben Woosley
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/reducers/onboarding.js
|
|
@ -424,7 +424,7 @@ const initialState = { |
|
|
|
recoverSeedInput: [], |
|
|
|
// step where the user decides whether they want a newly created seed or to import an existing one
|
|
|
|
signupForm: { |
|
|
|
create: false, |
|
|
|
create: true, |
|
|
|
import: false |
|
|
|
}, |
|
|
|
|
|
|
|