From bec11220e3d785cecd06d48aa379f6e662cdf0f4 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Wed, 25 Sep 2024 10:41:55 +0200 Subject: [PATCH] :bug: Fix storage typo --- frontend/src/app/main/data/users.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/data/users.cljs b/frontend/src/app/main/data/users.cljs index 9c360eba9..1c729ac74 100644 --- a/frontend/src/app/main/data/users.cljs +++ b/frontend/src/app/main/data/users.cljs @@ -172,7 +172,7 @@ (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 @s/session) + redirect-href (:login-redirect @storage/session) current-href (rt/get-current-href)] (cond