0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🐛 Fix storage typo

This commit is contained in:
Alejandro Alonso 2024-09-25 10:41:55 +02:00
parent 9b802e1c7d
commit bec11220e3

View file

@ -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