mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Merge pull request #177 from tokens-studio/remove-registration-questionnaire
Remove registration questionnaire
This commit is contained in:
commit
2ed3ea6d6a
2 changed files with 8 additions and 6 deletions
|
@ -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")]
|
||||
|
||||
|
|
Loading…
Reference in a new issue