Skip to content

Commit

Permalink
Removed outdated attachment creation
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
  • Loading branch information
Gavinok committed Jul 23, 2024
1 parent f77e8f2 commit 6c6c1bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions oidc-controller/api/routers/oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ async def get_authorize(request: Request, db: Database = Depends(get_db)):

# Prepeare the presentation request
use_public_did = not settings.USE_OOB_LOCAL_DID_SERVICE
wallet_did = client.get_wallet_did(public=use_public_did)

byo_attachment = PresentProofv10Attachment.build(pres_exch_dict["pres_request"])

msg = None
if settings.USE_OOB_PRESENT_PROOF:
Expand Down

0 comments on commit 6c6c1bc

Please sign in to comment.