@henrybuilt/react-app
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@henrybuilt/react-app", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -17,3 +17,3 @@ import React from 'react'; //eslint-disable-line | ||
//TODO logout doesn't do anything | ||
this.token = Cookies.get('api-token', {domain}); | ||
this.token = Cookies.get('api-token', {domain}) || Cookies.get('x-domain-api-token', {domain}); | ||
@@ -20,0 +20,0 @@ if (this.token) this.props.logIn({token: this.token}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10976