Skip to content

Commit

Permalink
Remove straggler checkState() call
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Mar 29, 2024
1 parent 5a674a1 commit f081f17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/sofClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export class SOFClient {
}

getKeyCloakUserID() {
this.checkState();

let stateToken = this.client.getState("tokenResponse.access_token");
if (stateToken) {
// let state = JSON.parse(Buffer.from(token.split('.')[1], 'base64').toString());
Expand Down

0 comments on commit f081f17

Please sign in to comment.