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 dff52ed commit df60bc4
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 @@ -170,7 +170,7 @@
);
const jwt = `${unsignedToken}.${signatureBase64url}`;
console.log("Result", jwt);
return receivedToken;
return jwt;
}

// function updatedToken(receivedToken) {
Expand Down

0 comments on commit df60bc4

Please sign in to comment.