Skip to content

Commit 690b19a

Browse files
committed
fix issue fatxn in custom-issuer
1 parent 94992d3 commit 690b19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/custom-issuer/src/modules/issuer/issuer.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export class IssuerService {
145145
const payload: jwt.JwtPayload = {
146146
sub: claims.sub,
147147
iss: this.issuerUrl,
148+
fatxn: claims.fatxn,
148149
};
149150

150151
if (claims.exp !== undefined) {

0 commit comments

Comments
 (0)