diff --git a/frontend/src/app/main/data/users.cljs b/frontend/src/app/main/data/users.cljs index 9a0cd7b80..0b5bb8d37 100644 --- a/frontend/src/app/main/data/users.cljs +++ b/frontend/src/app/main/data/users.cljs @@ -172,12 +172,12 @@ (letfn [(get-redirect-events [] (let [team-id (get-current-team-id profile) welcome-file-id (dm/get-in profile [:props :welcome-file-id]) - redirect-href (::login-redirect storage/session)] + redirect-href (:login-redirect storage/session)] (cond (some? redirect-href) (binding [storage/*sync* true] - (swap! storage/session dissoc ::login-redirect) + (swap! storage/session dissoc :login-redirect) (rx/of (rt/nav-raw :href redirect-href))) (some? welcome-file-id)