0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-15 16:31:25 -05:00

📎 Enable by default demo users.

This commit is contained in:
Andrey Antukh 2021-09-07 13:25:25 +02:00 committed by Andrés Moya
parent c458fa6441
commit 95e3c3eafc

View file

@ -55,7 +55,7 @@
:webworker))
(def default-flags
#{:registration})
#{:registration :demo-users})
(defn- parse-flags
[global]