We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb1592 commit 40ed13cCopy full SHA for 40ed13c
src/api/routes/v2/mobileWallet.ts
@@ -27,7 +27,7 @@ const mobileWalletV2Route: FastifyPluginAsync = async (fastify, _options) => {
27
schema: withTags(["Mobile Wallet"], {
28
summary: "Retrieve mobile wallet pass for ACM member.",
29
headers: z.object({
30
- "x-uiu-token": z.jwt().min(1).meta({
+ "x-uiuc-token": z.jwt().min(1).meta({
31
description:
32
"An access token for the user in the UIUC Entra ID tenant.",
33
}),
0 commit comments