Skip to content

Commit

Permalink
enable civic, upd connector
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Feb 26, 2024
1 parent 96bc6cb commit aec2dd7
Show file tree
Hide file tree
Showing 3 changed files with 651 additions and 609 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@rarimo/auth-zkp-iden3": "^2.0.0-rc.24",
"@rarimo/client": "^2.0.0-rc.24",
"@rarimo/identity-gen-iden3": "^2.0.0-rc.24",
"@rarimo/rarime-connector": "2.0.2",
"@rarimo/rarime-connector": "2.0.3",
"@rarimo/shared-zkp-iden3": "^2.0.0-rc.24",
"@rarimo/zkp-gen-iden3": "^2.0.0-rc.24",
"@sentry/react": "7.63.0",
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/KycContext/KycContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const KYC_PROVIDERS_DETAILS_MAP: Record<
name: 'Civic',
iconName: ICON_NAMES.providerCivic,
isWalletRequired: true,
isAvailable: false,
isAvailable: true,
tooltipElement: (
<span className='app__kyc-provider-item-tooltip'>
<b>{`Civic: `}</b>
Expand Down
Loading

0 comments on commit aec2dd7

Please sign in to comment.