diff --git a/common/src/app/common/flags.cljc b/common/src/app/common/flags.cljc index bda243320..bd3afed23 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]