Comparing version 1.0.13 to 1.0.14
@@ -123,3 +123,5 @@ 'use strict'; | ||
config.headers['timestamp'] = timestamp; | ||
config.headers['X-XSRF-TOKEN'] = store.state.TOKEN; | ||
if (store.state.TOKEN) { | ||
config.headers['X-XSRF-TOKEN'] = store.state.TOKEN; | ||
} | ||
return config; | ||
@@ -126,0 +128,0 @@ }); |
{ | ||
"name": "one-sport", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "use for one-sport company", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
8286
184