mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
🐛 Fix storage typo
This commit is contained in:
parent
9b802e1c7d
commit
bec11220e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue