Skip to content

Commit

Permalink
Merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
aydarng committed Nov 26, 2024
2 parents 4f6f8e1 + 6ec9191 commit c40fd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regps/app/fastapi_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def present_revocation(
"""
try:
verify_signed_headers.process_request(request, None, False)
logger.info(f"PresentRevocation: sending revocation cred {str(data)[:50]}...")
logger.info(f"PresentRevocation: sending login cred {str(data)[:50]}...")
resp = api_controller.login(data.said, data.vlei)
return JSONResponse(status_code=202, content=resp)
except VerifierServiceException as e:
Expand Down

0 comments on commit c40fd33

Please sign in to comment.