@social-mail/social-mail-client 1.8.368 → 1.8.369
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/admin/AdminAppIndex.pack.js +1 -0
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/common/BaseApp.d.ts.map +1 -1
- package/dist/common/BaseApp.js +1 -0
- package/dist/common/BaseApp.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +1 -0
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.d.ts.map +1 -1
- package/dist/web/AppIndex.js +1 -0
- package/dist/web/AppIndex.js.map +1 -1
- package/dist/web/AppIndex.pack.js +1 -0
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/package.json +1 -1
- package/src/common/BaseApp.tsx +1 -0
- package/src/web/AppIndex.tsx +1 -0
|
@@ -51110,6 +51110,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
51110
51110
|
const url = new URL(SocialMailApp.config.links.login);
|
|
51111
51111
|
url.searchParams.append("returnUrl", location.href);
|
|
51112
51112
|
location.href = url.toString();
|
|
51113
|
+
return;
|
|
51113
51114
|
}
|
|
51114
51115
|
PageNavigator.openPage(LoginPage);
|
|
51115
51116
|
}
|