about summary refs log tree commit diff
path: root/src/state
diff options
context:
space:
mode:
Diffstat (limited to 'src/state')
-rw-r--r--src/state/models/onboard.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/models/onboard.ts b/src/state/models/onboard.ts
index 20e6ecda9..1af0223ab 100644
--- a/src/state/models/onboard.ts
+++ b/src/state/models/onboard.ts
@@ -55,6 +55,7 @@ export class OnboardModel {
     i++
     if (i >= OnboardStageOrder.length) {
       this.isOnboarding = false
+      this.stage = OnboardStageOrder[0] // in case they make a new account
     } else {
       this.stage = OnboardStageOrder[i]
     }