@antscorp/antsomi-ui 1.3.5-beta.466 → 1.3.5-beta.467

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.
@@ -221,7 +221,12 @@ export const AccountSharing = props => {
221
221
  });
222
222
  // const delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms))
223
223
  const onClickButtonLogout = () => {
224
+ // removeCookie(`uogs_${networkId}`, {
225
+ // secure: true,
226
+ // });
224
227
  removeCookie(`uogs_${networkId}`, {
228
+ path: '/',
229
+ sameSite: 'none',
225
230
  secure: true,
226
231
  });
227
232
  if (callbackLogout)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.466",
3
+ "version": "1.3.5-beta.467",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",