Skip to content

Commit

Permalink
Merge pull request #86 from CQEN-QDCE/feat/new_oca
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdrouin21 authored Apr 3, 2023
2 parents 094a299 + 275b1b5 commit dcd4ba5
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 14 deletions.
Binary file added app/src/assets/branding/CQEN-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
107 changes: 94 additions & 13 deletions app/src/assets/branding/QC-credential-branding.ts

Large diffs are not rendered by default.

Binary file added app/src/assets/branding/carte-anig-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/assets/branding/logo-quebec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/assets/branding/quebec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.CardLayout10 }
{ cardOverlayType: types.oca.CardOverlayType.CardLayout11 }
),
record: Record,
PINSecurity: { rules: PINValidationRules, displayHelper: true },
Expand Down

0 comments on commit dcd4ba5

Please sign in to comment.