Skip to content

Commit

Permalink
fix: deeplink
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Nov 25, 2024
1 parent 9b3bdbb commit e0ec529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions app/components/IssueTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,7 @@ export function IssueTab({ disabled = false }: { disabled?: boolean }) {
</Link>
</div>
<div>
<Link
href={credentialOfferUri.replace(
'openid-credential-offer://',
'https://funke.animo.id/invitation'
)}
>
<Link href={credentialOfferUri.replace('openid-credential-offer://', 'id.animo.ausweis:')}>
<Button>Open in EasyPID Wallet</Button>
</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/components/VerifyBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export const VerifyBlock: React.FC<VerifyBlockProps> = ({ createRequest, flowNam
</div>
</div>
<div>
<Link href={authorizationRequestUri.replace('openid4vp://', 'https://funke.animo.id/invitation')}>
<Link href={authorizationRequestUri.replace('openid4vp://', 'id.animo.ausweis:')}>
<Button>Open in EasyPID Wallet</Button>
</Link>
</div>
Expand Down

0 comments on commit e0ec529

Please sign in to comment.