@henosia/app-next 1.0.10 → 1.0.11

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.
@@ -148,8 +148,7 @@ function removeCachedAccountData(response) {
148
148
  response.cookies.delete({
149
149
  name,
150
150
  secure,
151
- httpOnly: true,
152
- domain: new URL(henosiaAuthConfig.baseURL.get()).hostname
151
+ httpOnly: true
153
152
  });
154
153
  }
155
154
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henosia/app-next",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Henosia integration for Next.js apps: Provides Henosia Auth and Henosia Platform features like app switcher",
5
5
  "author": "Henosia",
6
6
  "license": "SEE LICENSE IN LICENSE",