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
parent
commit
4beca141c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/reducers/onboarding.js

2
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
},

Loading…
Cancel
Save