Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
assertion -> token
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 7fe09e1 commit 879face
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/auth/mobile/token.ts
Expand Up @@ -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}`,
);
}

0 comments on commit 879face

Please sign in to comment.