mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 13:39:02 +00:00
🐛 Fix storage typo
This commit is contained in:
parent
9b802e1c7d
commit
bec11220e3
@ -172,7 +172,7 @@
|
|||||||
(letfn [(get-redirect-events []
|
(letfn [(get-redirect-events []
|
||||||
(let [team-id (get-current-team-id profile)
|
(let [team-id (get-current-team-id profile)
|
||||||
welcome-file-id (dm/get-in profile [:props :welcome-file-id])
|
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)]
|
current-href (rt/get-current-href)]
|
||||||
|
|
||||||
(cond
|
(cond
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user