Skip to content

Commit

Permalink
Fix CardType
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe <[email protected]>
  • Loading branch information
jcdrouin21 committed Apr 3, 2023
1 parent f7ac5f4 commit 275b1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const configuration: ConfigurationContext = {
OCABundleResolver: new types.oca.OCABundleResolver(
// eslint-disable-next-line @typescript-eslint/no-var-requires
bundle as unknown as types.oca.Bundles,
{ cardOverlayType: types.oca.CardOverlayType.CardLayoutOverlay11 }
{ cardOverlayType: types.oca.CardOverlayType.CardLayout11 }
),
record: Record,
PINSecurity: { rules: PINValidationRules, displayHelper: true },
Expand Down

0 comments on commit 275b1b5

Please sign in to comment.