Skip to content

Commit

Permalink
feat: default to cloud hsm (#224)
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht authored Nov 22, 2024
1 parent 71fd2ed commit 3ccdd52
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/easypid/src/features/onboarding/onboardingContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ export function OnboardingContextProvider({
<currentStep.Screen
goToNextStep={() => {
// TODO: make configurable
// setShouldUseCloudHsm(true)
setShouldUseCloudHsm(true)
goToNextStep()
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@animo-id/oid4vci": "0.1.4-alpha-20241120145259",
"@animo-id/oauth2": "0.1.4-alpha-20241120145259",
"@animo-id/oauth2-utils": "0.1.4-alpha-20241120145259",
"@animo-id/expo-secure-environment": "0.1.0-alpha.10",
"@animo-id/expo-secure-environment": "0.1.0-alpha.11",
"@animo-id/expo-mdoc-data-transfer": "0.0.3-alpha.7",
"@types/react": "~18.2.79",
"react-docgen-typescript": "2.2.2",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ccdd52

Please sign in to comment.