Ensure seed phrase backup only shows up for new users (#6975)

feature/default_network_editable
Dan J Miller 5 years ago committed by GitHub
parent 14e31cb9be
commit da7fe65599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/scripts/controllers/onboarding.js

@ -23,7 +23,7 @@ class OnboardingController {
*/
constructor (opts = {}) {
const initState = extend({
seedPhraseBackedUp: null,
seedPhraseBackedUp: true,
}, opts.initState)
this.store = new ObservableStore(initState)
}

Loading…
Cancel
Save