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:
parent
b5d731ca72
commit
accc662e1c
1 changed files with 1 additions and 1 deletions
|
@ -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)))]
|
||||
|
|
Loading…
Add table
Reference in a new issue