Remove explicit 'onboarding' flow

This commit is contained in:
Paul Frazee 2023-03-17 15:18:46 -05:00
parent b711a49df9
commit 308b1e8beb
4 changed files with 0 additions and 114 deletions

View file

@ -377,7 +377,6 @@ export class SessionModel {
)
this.setActiveSession(agent, did)
this.rootStore.shell.setOnboarding(true)
this._log('SessionModel:createAccount succeeded')
}