Skip to content

Commit

Permalink
fix: duplicate AcapyClient constructor call
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
genaris committed Jul 8, 2024
1 parent d62e277 commit 3013ea8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oidc-controller/api/routers/oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ async def get_authorize(request: Request, db: Database = Depends(get_db)):
pres_exch_dict = response.dict()

# Prepeare the presentation request
client = AcapyClient()
use_public_did = not settings.USE_OOB_LOCAL_DID_SERVICE

msg = None
Expand Down

0 comments on commit 3013ea8

Please sign in to comment.