Skip to content

Commit

Permalink
fix: access_token tweak (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect authored Nov 17, 2023
1 parent a945921 commit cb8a3c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -1495,6 +1495,9 @@ class ZitiBrowzerRuntime {

}

this.zitiConfig.token_type = 'Bearer';
this.zitiConfig.access_token = this.getCookie( this.authTokenName );

if (!this.isAuthenticated) {
initResults.authenticated = false;
}
Expand Down

0 comments on commit cb8a3c8

Please sign in to comment.