fix(api): 🚑 Fix OpenID authentication failing because of search params being stripped

This commit is contained in:
Jesse Wierzbinski 2025-12-10 00:58:45 +01:00
parent 4807f3f393
commit 592707658c
No known key found for this signature in database
3 changed files with 20 additions and 0 deletions

View file

@ -227,6 +227,9 @@
"msgpackr-extract",
"protobufjs",
],
"patchedDependencies": {
"openid-client@6.8.1": "patches/openid-client@6.8.1.patch",
},
"catalog": {
"@biomejs/biome": "2.3.4",
"@bull-board/api": "~6.14.2",