From 3d5f6a7516915df609b5337d91bb29633cfcf262 Mon Sep 17 00:00:00 2001 From: Bryce McMath <32586431+bryce-mcmath@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:43:33 -0800 Subject: [PATCH] feat: use config for disabling skip and update submodule (#1604) Signed-off-by: Bryce McMath --- app/src/index.ts | 1 + bifold | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/index.ts b/app/src/index.ts index 7bf332519..c6e8935cc 100644 --- a/app/src/index.ts +++ b/app/src/index.ts @@ -66,6 +66,7 @@ const configuration: ConfigurationContext = { proofRequestTemplates: useProofRequestTemplates, enableTours: true, showPreface: true, + disableOnboardingSkip: true, } export default { theme, localization, configuration } diff --git a/bifold b/bifold index 71c84dd84..e952d7c4c 160000 --- a/bifold +++ b/bifold @@ -1 +1 @@ -Subproject commit 71c84dd8421a2ffe20d1276878ff107007a86adf +Subproject commit e952d7c4c6386f98d33fdb41206b2284897c6f9f