Skip to content

Commit 4fc7265

Browse files
committed
fix jwt - should be transmitted encoded
1 parent 7d04673 commit 4fc7265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backendApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ app.get(
498498
userId: req.userId,
499499
email: email,
500500
priceId: req.jwt.priceId,
501-
jwt: req.jwt,
501+
jwt: req.query.token,
502502
sandbox: !isProd(),
503503
productName: req.jwt.productName,
504504
}

0 commit comments

Comments
 (0)