Skip to content

Commit

Permalink
Ensure seed phrase backup only shows up for new users
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Aug 8, 2019
1 parent 14e31cb commit fa66b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/controllers/onboarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class OnboardingController {
*/
constructor (opts = {}) {
const initState = extend({
seedPhraseBackedUp: null,
seedPhraseBackedUp: true,
}, opts.initState)
this.store = new ObservableStore(initState)
}
Expand Down

0 comments on commit fa66b58

Please sign in to comment.