From eadb67f728d970be46a8f8046f4510817baf669c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 21 Nov 2023 16:37:38 +0100 Subject: [PATCH] :bug: Add missing default flag for styles/v2 --- common/src/app/common/flags.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/src/app/common/flags.cljc b/common/src/app/common/flags.cljc index bda2433208..bd3afed236 100644 --- a/common/src/app/common/flags.cljc +++ b/common/src/app/common/flags.cljc @@ -12,7 +12,8 @@ (def default "A common flags that affects both: backend and frontend." [:enable-registration - :enable-login-with-password]) + :enable-login-with-password + :enable-feature-styles-v2]) (defn parse [& flags]