Skip to content

Commit

Permalink
feat: use config for disabling skip and update submodule (#1604)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath authored Nov 14, 2023
1 parent 5545525 commit 3d5f6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const configuration: ConfigurationContext = {
proofRequestTemplates: useProofRequestTemplates,
enableTours: true,
showPreface: true,
disableOnboardingSkip: true,
}

export default { theme, localization, configuration }
2 changes: 1 addition & 1 deletion bifold

0 comments on commit 3d5f6a7

Please sign in to comment.