next-auth-heksso 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "contact@voakie.com"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "1.1.3",
8
+ "version": "1.1.4",
9
9
  "scripts": {
10
10
  "prepublish": "rm api/ -r && rm react/ -r && tsc",
11
11
  "build": "tsc",
@@ -80,7 +80,7 @@ class _KeycloakSessionProvider extends react_2.Component {
80
80
  super(props);
81
81
  this.contextValue = {
82
82
  getAccessToken: this.getAccessToken,
83
- accessTokenError: this.state.accessTokenError
83
+ accessTokenError: false
84
84
  };
85
85
  this.state = {
86
86
  accessTokenError: false
@@ -84,7 +84,7 @@ class _KeycloakSessionProvider extends Component<
84
84
 
85
85
  private contextValue = {
86
86
  getAccessToken: this.getAccessToken,
87
- accessTokenError: this.state.accessTokenError
87
+ accessTokenError: false
88
88
  }
89
89
 
90
90
  private getContextValue() {