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

@ -215,5 +215,8 @@
"zod": "catalog:",
"zod-openapi": "catalog:",
"zod-validation-error": "catalog:"
},
"patchedDependencies": {
"openid-client@6.8.1": "patches/openid-client@6.8.1.patch"
}
}