for #498: security onboarding panels and logic

This commit is contained in:
groovecoder
2017-06-14 15:46:21 -05:00
committed by Jonathan Kingston
parent 13cd601212
commit 5237e67fa6
5 changed files with 79 additions and 22 deletions
+1 -3
View File
@@ -15,9 +15,7 @@ const studyConfig = {
},
variations: {
"control": () => {},
"privacyOnboarding": () => {},
"onlineAccountsOnboarding": () => {},
"tabManagementOnboarding": () => {}
"securityOnboarding": () => {}
}
};