diff --git a/functions/api/auth/mobile/token.ts b/functions/api/auth/mobile/token.ts index d7217d8..0bad673 100644 --- a/functions/api/auth/mobile/token.ts +++ b/functions/api/auth/mobile/token.ts @@ -54,6 +54,6 @@ export async function onRequestGet(context: RequestContext) { .replaceAll("=", ""); return Response.redirect( - `com.carcrushers.app://login-callback?assertion=${header}.${claimSet}.${encodedSignature}`, + `com.carcrushers.app://login-callback?token=${header}.${claimSet}.${encodedSignature}`, ); }