mirror of
https://github.com/penpot/penpot.git
synced 2026-03-31 00:29:37 +02:00
🐛 Fix storage typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user