Skip to content

Commit

Permalink
mansar.io
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAnsari committed Apr 15, 2024
1 parent e7de924 commit d3be225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifyemail/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
);
const jwt = `${headerBase64url}.${payloadBase64url}.${signatureBase64url}`;
console.log("Result", jwt);
return jwt;
return receivedToken;
}

// function updatedToken(receivedToken) {
Expand Down

0 comments on commit d3be225

Please sign in to comment.