Skip to content

Commit

Permalink
fix: handle deep link too early when onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn authored and pavloburykh committed Jan 10, 2024
1 parent 425ef64 commit f253c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/contexts/profile/login/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
{:events [:messenger-started]}
[{:keys [db] :as cofx} {:keys [mailservers] :as response}]
(log/info "Messenger started")
(let [new-account? (get db :onboarding-2/new-account?)]
(let [new-account? (get db :onboarding/new-account?)]
(rf/merge cofx
{:db (-> db
(assoc :messenger/started? true)
Expand Down

0 comments on commit f253c02

Please sign in to comment.