@ssplib/react-components 0.0.61 → 0.0.63

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.
@@ -77,7 +77,7 @@ function OAuthProvider({ children, AUTH_URL, oidcConfig, redirectURL, validateTo
77
77
  // Teste em localhost
78
78
  if (location && location.hostname === 'localhost') {
79
79
  const token = testToken;
80
- (0, cookies_next_1.setCookie)(exports.cookieName, token, { maxAge: 60 * 60 * 24 * 500 });
80
+ (0, cookies_next_1.setCookie)(exports.cookieName, token);
81
81
  setUser({
82
82
  name: 'Teste',
83
83
  image: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssplib/react-components",
3
- "version": "0.0.61",
3
+ "version": "0.0.63",
4
4
  "description": "SSP React Components",
5
5
  "main": "index.js",
6
6
  "author": "Pedro Henrique <sr.hudrick@gmail.com>",