mario-core 2.9.310-release → 2.9.311-release
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38443,7 +38443,7 @@ var useLogin = function useLogin() {
|
|
|
38443
38443
|
|
|
38444
38444
|
if (authToken) {
|
|
38445
38445
|
localStorage.setItem(ACCESS_TOKEN, authToken);
|
|
38446
|
-
document.cookie = "auth-token=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/";
|
|
38446
|
+
document.cookie = "auth-token=;domain=.marioforme.com; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/";
|
|
38447
38447
|
document.cookie = "redirect-uri=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/";
|
|
38448
38448
|
}
|
|
38449
38449
|
|