mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Merge pull request #177 from tokens-studio/remove-registration-questionnaire
Remove registration questionnaire
This commit is contained in:
@@ -63,11 +63,11 @@
|
||||
:browser
|
||||
:webworker))
|
||||
|
||||
(def default-flags
|
||||
[:enable-onboarding
|
||||
:enable-onboarding-team
|
||||
:enable-onboarding-questions
|
||||
:enable-onboarding-newsletter
|
||||
(def default-flags ;;uncomment the below flags when Penpot Tokens Studio is ready to be merged into Penpot
|
||||
[;;:enable-onboarding
|
||||
;;:enable-onboarding-team
|
||||
;;:enable-onboarding-questions
|
||||
;;:enable-onboarding-newsletter
|
||||
:enable-dashboard-templates-section
|
||||
:enable-google-fonts-provider])
|
||||
|
||||
|
||||
@@ -142,7 +142,9 @@
|
||||
(modal/show! {:type :onboarding-newsletter})
|
||||
|
||||
(contains? cf/flags :onboarding-team)
|
||||
(modal/show! {:type :onboarding-team}))))
|
||||
(modal/show! {:type :onboarding-team})
|
||||
:else ;;remove this else condition when Penpot Tokens Studio is ready to be merged into Penpot
|
||||
(modal/hide!))))
|
||||
|
||||
onboarding-a-b-test? (cf/external-feature-flag "signup-background" "test")]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user