[Fix] NonceAddon

This commit is contained in:
tv0924@icloud.com 2025-06-09 22:29:39 +09:00
commit aa8bf95a5c

View file

@ -57,7 +57,7 @@ class NonceAddon:
async def response(self, flow: http.HTTPFlow):
try:
await self.checker.response(flow)
await self.checker.check_nonce_in_id_token(flow)
except Exception as e:
print(f"[ERROR] NonceAddon failed: {e}")
pass