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

🐛 Fix login is not shown on 404

This commit is contained in:
Pablo Alba 2025-01-13 19:13:36 +01:00 committed by Alonso Torres
parent b5d731ca72
commit accc662e1c

View file

@ -476,7 +476,7 @@
request-access?
(and
(= (:type data) :not-found)
(or (= (:type data) :not-found) (= (:type data) :authentication))
(or workspace? dashboard? view?)
(or (:file-id info)
(:team-id info)))]