Skip to content

Commit

Permalink
fix: make rtn accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritanand authored Nov 22, 2023
1 parent dc6e546 commit 84089c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class AuthLiteClient {
// const decodedData = this.jw

// Object.key(object).length === 0
// const rtn = this.jwtDecode(this.secretKey, JSON.stringify(data));
const rtn = this.jwtDecode(this.secretKey, JSON.stringify(data));
const decodeValue = this.jwtDecode(
JSON.stringify(data),
this.secretKey
Expand Down

0 comments on commit 84089c5

Please sign in to comment.