@semiont/frontend 0.2.36 → 0.2.39
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/package.json +1 -1
- package/standalone/apps/frontend/.next/BUILD_ID +1 -1
- package/standalone/apps/frontend/.next/app-build-manifest.json +122 -122
- package/standalone/apps/frontend/.next/app-path-routes-manifest.json +8 -8
- package/standalone/apps/frontend/.next/build-manifest.json +6 -6
- package/standalone/apps/frontend/.next/prerender-manifest.json +3 -3
- package/standalone/apps/frontend/.next/required-server-files.json +4 -4
- package/standalone/apps/frontend/.next/server/app/[locale]/about/page.js +35 -35
- package/standalone/apps/frontend/.next/server/app/[locale]/about/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/about/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/devops/page.js +49 -49
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/devops/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/devops/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/page.js +69 -69
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/security/page.js +158 -158
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/security/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/security/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/users/page.js +121 -121
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/users/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/users/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/error/page.js +440 -440
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/error/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/error/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/mcp-setup/route.js +62 -62
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/mcp-setup/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/mcp-setup/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signin/page.js +25 -25
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signin/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signin/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signup/page.js +270 -270
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signup/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signup/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/welcome/page.js +250 -250
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/welcome/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/welcome/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/compose/page.js +46 -46
- package/standalone/apps/frontend/.next/server/app/[locale]/know/compose/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/compose/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/discover/page.js +18 -18
- package/standalone/apps/frontend/.next/server/app/[locale]/know/discover/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/discover/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/page.js +135 -135
- package/standalone/apps/frontend/.next/server/app/[locale]/know/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/resource/[id]/page.js +1454 -1454
- package/standalone/apps/frontend/.next/server/app/[locale]/know/resource/[id]/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/resource/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/entity-tags/page.js +1440 -1440
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/entity-tags/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/entity-tags/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/page.js +632 -632
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/recent/page.js +79 -79
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/recent/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/recent/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/tag-schemas/page.js +1613 -1613
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/tag-schemas/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/tag-schemas/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/page.js +262 -262
- package/standalone/apps/frontend/.next/server/app/[locale]/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/privacy/page.js +125 -125
- package/standalone/apps/frontend/.next/server/app/[locale]/privacy/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/privacy/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/terms/page.js +604 -604
- package/standalone/apps/frontend/.next/server/app/[locale]/terms/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/terms/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/_not-found/page.js +358 -358
- package/standalone/apps/frontend/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/_not-found.html +1 -1
- package/standalone/apps/frontend/.next/server/app/_not-found.rsc +3 -3
- package/standalone/apps/frontend/.next/server/app/api/auth/[...nextauth]/route.js +113 -113
- package/standalone/apps/frontend/.next/server/app/api/auth/[...nextauth]/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/auth/[...nextauth]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/consent/route.js +64 -64
- package/standalone/apps/frontend/.next/server/app/api/cookies/consent/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/consent/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/export/route.js +42 -42
- package/standalone/apps/frontend/.next/server/app/api/cookies/export/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/export/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/api/resources/[id]/route.js +111 -111
- package/standalone/apps/frontend/.next/server/app/api/resources/[id]/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/resources/[id]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app-paths-manifest.json +8 -8
- package/standalone/apps/frontend/.next/server/chunks/1037.js +4 -4
- package/standalone/apps/frontend/.next/server/chunks/1854.js +55 -55
- package/standalone/apps/frontend/.next/server/chunks/1940.js +388 -388
- package/standalone/apps/frontend/.next/server/chunks/{5137.js → 5015.js} +20 -20
- package/standalone/apps/frontend/.next/server/chunks/{4331.js → 5919.js} +12 -12
- package/standalone/apps/frontend/.next/server/chunks/7912.js +195 -195
- package/standalone/apps/frontend/.next/server/chunks/{255.js → 8387.js} +127 -127
- package/standalone/apps/frontend/.next/server/middleware-build-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/middleware-manifest.json +5 -5
- package/standalone/apps/frontend/.next/server/next-font-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/next-font-manifest.json +1 -1
- package/standalone/apps/frontend/.next/server/pages/404.html +1 -1
- package/standalone/apps/frontend/.next/server/pages/500.html +1 -1
- package/standalone/apps/frontend/.next/server/server-reference-manifest.json +1 -1
- package/standalone/apps/frontend/.next/server/src/middleware.js +10636 -10636
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/about/page-28023b5ae5e22ad9.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/devops/{page-a9093490466b2b37.js → page-da9614b9f1606d7b.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/{layout-5af3f431ec0b3338.js → layout-62ef934e6bcc18b1.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/page-fc5e1da86912c64f.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/security/page-8031d11e8dccef6c.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/users/{page-1952f839f1e5aec3.js → page-a978206777229291.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/error/{page-c72ec26a8cc98e35.js → page-4e5ee1553c6d8ebe.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/mcp-setup/route-e1d196e7f8d38edd.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/signin/{page-180f998c19826597.js → page-c878d25b0ae5069c.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/signup/{page-f1ccc995126a89a8.js → page-1292f2664ce93b63.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/welcome/{page-f57e39b176753cc4.js → page-7e79cf1f705618db.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/compose/{page-9b4223dae15c8d0c.js → page-7c16ece328eb4a91.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/discover/{page-926f8f5f5569695e.js → page-f9d0032f45241437.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/{layout-5ab3b200e60ffd91.js → layout-83fe577a1460d915.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/{page-55d3c0928a59e55f.js → page-5349aaee3976e1bb.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/resource/[id]/page-4cb67f9bf8be8f1a.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/{layout-a298c8dc1488a191.js → layout-2f6c82f89ff0fb38.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/entity-tags/page-f76e2312764ebe0c.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/{layout-fceb080211969ed7.js → layout-63abc0b7153c03d3.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/{page-3d971aeb0ca1324a.js → page-7bc1b2215ffcdde0.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/recent/{page-3a7a7a375c4338f5.js → page-a00695b21e364495.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/tag-schemas/{page-47f0c2c1cfb3e969.js → page-874ddff1c67dd96a.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/{not-found-cd4d3962209aaa67.js → not-found-9338290efe925a85.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/{page-e6857bdeef2ade5e.js → page-46fad01f54cffcaf.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/privacy/{page-2018e48e55ecea79.js → page-7034c8af05b702cd.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/terms/{page-87dc1af32b067913.js → page-fbfecd018ce6acdd.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/auth/[...nextauth]/route-24502971e8577474.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/consent/route-680f8e085df19751.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/export/route-5c5bd56c39187fd1.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/api/resources/[id]/{route-41d8347af9354a15.js → route-e5f4f3f1353c7a86.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/{error-092a0e51a706052b.js → error-4ec2f52abc66bc6c.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/global-error-c894441824fc03d1.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/{common-cafbbd01b1c3775d.js → common-d8e3aad4ef182cd5.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/main-app-4616290e0bdaf4ae.js +1 -0
- package/standalone/apps/frontend/package.json +3 -3
- package/standalone/apps/frontend/server.js +1 -1
- package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib → sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3} +0 -0
- package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/package.json +11 -5
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
- package/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
- package/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/package.json +13 -7
- package/standalone/node_modules/@img/sharp-linuxmusl-x64/LICENSE +191 -0
- package/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- package/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
- package/standalone/package.json +4 -2
- package/standalone/packages/core/package.json +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/about/page-d8aed1a2b6034adb.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/page-b8a11ecf0fc92f87.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/security/page-d36785d6e4d45d3a.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/mcp-setup/route-d3c1c9e26edf790a.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/resource/[id]/page-0de67bf833ae4a3f.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/entity-tags/page-a245859e2ddd4e05.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/auth/[...nextauth]/route-7469fd42a9044d71.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/consent/route-b6458d3daaa96918.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/export/route-78e35b60a682d097.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/global-error-6d117072fb9faa75.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/main-app-49c62e2894aa25dd.js +0 -1
- package/standalone/apps/frontend/public/android-chrome-192x192.png +0 -0
- package/standalone/apps/frontend/public/android-chrome-512x512.png +0 -0
- package/standalone/apps/frontend/public/apple-touch-icon.png +0 -0
- package/standalone/apps/frontend/public/favicon-128x128.png +0 -0
- package/standalone/apps/frontend/public/favicon-16x16.png +0 -0
- package/standalone/apps/frontend/public/favicon-32x32.png +0 -0
- package/standalone/apps/frontend/public/favicon-48x48.png +0 -0
- package/standalone/apps/frontend/public/favicon-64x64.png +0 -0
- package/standalone/apps/frontend/public/favicon-96x96.png +0 -0
- package/standalone/apps/frontend/public/favicon.ico +0 -0
- package/standalone/apps/frontend/public/favicon.svg +0 -47
- package/standalone/apps/frontend/public/site.webmanifest +0 -19
- package/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
- /package/standalone/apps/frontend/.next/static/{OpFkYY-cw7w7h5hHBfiKG → guJTVgKDvrNJVGaUPYdEy}/_buildManifest.js +0 -0
- /package/standalone/apps/frontend/.next/static/{OpFkYY-cw7w7h5hHBfiKG → guJTVgKDvrNJVGaUPYdEy}/_ssgManifest.js +0 -0
- /package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/lib/index.js +0 -0
- /package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/versions.json +0 -0
- /package/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/LICENSE +0 -0
|
@@ -20,7 +20,55 @@ module.exports = require("next/dist/server/app-render/after-task-async-storage.e
|
|
|
20
20
|
|
|
21
21
|
/***/ }),
|
|
22
22
|
|
|
23
|
-
/***/
|
|
23
|
+
/***/ 10846:
|
|
24
|
+
/***/ ((module) => {
|
|
25
|
+
|
|
26
|
+
"use strict";
|
|
27
|
+
module.exports = require("next/dist/compiled/next-server/app-page.runtime.prod.js");
|
|
28
|
+
|
|
29
|
+
/***/ }),
|
|
30
|
+
|
|
31
|
+
/***/ 19121:
|
|
32
|
+
/***/ ((module) => {
|
|
33
|
+
|
|
34
|
+
"use strict";
|
|
35
|
+
module.exports = require("next/dist/server/app-render/action-async-storage.external.js");
|
|
36
|
+
|
|
37
|
+
/***/ }),
|
|
38
|
+
|
|
39
|
+
/***/ 19771:
|
|
40
|
+
/***/ ((module) => {
|
|
41
|
+
|
|
42
|
+
"use strict";
|
|
43
|
+
module.exports = require("process");
|
|
44
|
+
|
|
45
|
+
/***/ }),
|
|
46
|
+
|
|
47
|
+
/***/ 26713:
|
|
48
|
+
/***/ ((module) => {
|
|
49
|
+
|
|
50
|
+
"use strict";
|
|
51
|
+
module.exports = require("next/dist/shared/lib/router/utils/is-bot");
|
|
52
|
+
|
|
53
|
+
/***/ }),
|
|
54
|
+
|
|
55
|
+
/***/ 28354:
|
|
56
|
+
/***/ ((module) => {
|
|
57
|
+
|
|
58
|
+
"use strict";
|
|
59
|
+
module.exports = require("util");
|
|
60
|
+
|
|
61
|
+
/***/ }),
|
|
62
|
+
|
|
63
|
+
/***/ 29294:
|
|
64
|
+
/***/ ((module) => {
|
|
65
|
+
|
|
66
|
+
"use strict";
|
|
67
|
+
module.exports = require("next/dist/server/app-render/work-async-storage.external.js");
|
|
68
|
+
|
|
69
|
+
/***/ }),
|
|
70
|
+
|
|
71
|
+
/***/ 29757:
|
|
24
72
|
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
25
73
|
|
|
26
74
|
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 39396));
|
|
@@ -28,13 +76,191 @@ Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_re
|
|
|
28
76
|
|
|
29
77
|
/***/ }),
|
|
30
78
|
|
|
31
|
-
/***/
|
|
79
|
+
/***/ 33873:
|
|
80
|
+
/***/ ((module) => {
|
|
81
|
+
|
|
82
|
+
"use strict";
|
|
83
|
+
module.exports = require("path");
|
|
84
|
+
|
|
85
|
+
/***/ }),
|
|
86
|
+
|
|
87
|
+
/***/ 39396:
|
|
88
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
89
|
+
|
|
90
|
+
"use strict";
|
|
91
|
+
// ESM COMPAT FLAG
|
|
92
|
+
__webpack_require__.r(__webpack_exports__);
|
|
93
|
+
|
|
94
|
+
// EXPORTS
|
|
95
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
96
|
+
"default": () => (/* binding */ Welcome)
|
|
97
|
+
});
|
|
98
|
+
|
|
99
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js
|
|
100
|
+
var react_jsx_runtime = __webpack_require__(78157);
|
|
101
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js
|
|
102
|
+
var react = __webpack_require__(31768);
|
|
103
|
+
// EXTERNAL MODULE: ../../node_modules/next-auth/react/index.js
|
|
104
|
+
var next_auth_react = __webpack_require__(16422);
|
|
105
|
+
// EXTERNAL MODULE: ./src/i18n/routing.ts
|
|
106
|
+
var routing = __webpack_require__(1915);
|
|
107
|
+
// EXTERNAL MODULE: ../../node_modules/next-intl/dist/esm/production/react-client/index.js
|
|
108
|
+
var react_client = __webpack_require__(72668);
|
|
109
|
+
// EXTERNAL MODULE: ../../packages/react-ui/dist/index.mjs + 27 modules
|
|
110
|
+
var dist = __webpack_require__(30658);
|
|
111
|
+
;// __barrel_optimize__?names=PageLayout,useAuthApi,useToast!=!../../packages/react-ui/dist/index.mjs
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
;// __barrel_optimize__?names=WelcomePage!=!../../packages/react-ui/dist/index.mjs
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
;// ./src/app/[locale]/auth/welcome/page.tsx
|
|
118
|
+
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
119
|
+
/**
|
|
120
|
+
* Welcome Page - Thin Next.js wrapper
|
|
121
|
+
*
|
|
122
|
+
* This page handles Next.js-specific concerns (routing, auth, API calls)
|
|
123
|
+
* and delegates rendering to the pure React WelcomePage component.
|
|
124
|
+
*/
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
function Welcome() {
|
|
132
|
+
const t = (0,react_client/* useTranslations */.c)('AuthWelcome');
|
|
133
|
+
const { data: session, status } = (0,next_auth_react.useSession)();
|
|
134
|
+
const router = (0,routing/* useRouter */.rd)();
|
|
135
|
+
const [termsAccepted, setTermsAccepted] = (0,react.useState)(false);
|
|
136
|
+
const toast = (0,dist.useToast)();
|
|
137
|
+
// API hooks
|
|
138
|
+
const authAPI = (0,dist.useAuthApi)();
|
|
139
|
+
// Query user data to check if terms already accepted
|
|
140
|
+
const { data: userData } = authAPI.me.useQuery();
|
|
141
|
+
// Mutation for accepting terms
|
|
142
|
+
const acceptTermsMutation = authAPI.acceptTerms.useMutation();
|
|
143
|
+
// Redirect if not authenticated or if terms already accepted
|
|
144
|
+
process.env.__NEXT_PRIVATE_MINIMIZE_MACRO_FALSE && (0,react.useEffect)(()=>{
|
|
145
|
+
if (status === 'loading') return; // Still loading
|
|
146
|
+
if (status === 'unauthenticated') {
|
|
147
|
+
router.push('/auth/signin');
|
|
148
|
+
return;
|
|
149
|
+
}
|
|
150
|
+
// Check if user has accepted terms
|
|
151
|
+
if (userData?.termsAcceptedAt) {
|
|
152
|
+
router.push('/');
|
|
153
|
+
return;
|
|
154
|
+
}
|
|
155
|
+
// If not a new user, redirect to main app (existing users don't need to accept terms again)
|
|
156
|
+
if (session && !session.isNewUser) {
|
|
157
|
+
router.push('/');
|
|
158
|
+
return;
|
|
159
|
+
}
|
|
160
|
+
}, [
|
|
161
|
+
status,
|
|
162
|
+
session,
|
|
163
|
+
router,
|
|
164
|
+
userData
|
|
165
|
+
]);
|
|
166
|
+
const handleTermsAcceptance = async (accepted)=>{
|
|
167
|
+
if (!accepted) {
|
|
168
|
+
// User declined terms - sign them out and redirect to home
|
|
169
|
+
const { signOut } = await Promise.resolve(/* import() */).then(__webpack_require__.t.bind(__webpack_require__, 16422, 23));
|
|
170
|
+
await signOut({
|
|
171
|
+
callbackUrl: '/'
|
|
172
|
+
});
|
|
173
|
+
return;
|
|
174
|
+
}
|
|
175
|
+
try {
|
|
176
|
+
await acceptTermsMutation.mutateAsync();
|
|
177
|
+
setTermsAccepted(true);
|
|
178
|
+
// Small delay to show the acceptance state
|
|
179
|
+
setTimeout(()=>{
|
|
180
|
+
router.push('/');
|
|
181
|
+
}, 1000);
|
|
182
|
+
} catch (error) {
|
|
183
|
+
console.error('Terms acceptance error:', error);
|
|
184
|
+
toast.showError(t('errorAcceptingTerms'));
|
|
185
|
+
}
|
|
186
|
+
};
|
|
187
|
+
// Determine status
|
|
188
|
+
const pageStatus = status === 'loading' ? 'loading' : termsAccepted ? 'accepted' : 'form';
|
|
189
|
+
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)(dist.WelcomePage, {
|
|
190
|
+
userName: session?.user?.name?.split(' ')[0] ?? '',
|
|
191
|
+
termsAcceptedAt: userData?.termsAcceptedAt ?? null,
|
|
192
|
+
isNewUser: session?.isNewUser ?? false,
|
|
193
|
+
status: pageStatus,
|
|
194
|
+
isProcessing: acceptTermsMutation.isPending,
|
|
195
|
+
onAccept: ()=>handleTermsAcceptance(true),
|
|
196
|
+
onDecline: ()=>handleTermsAcceptance(false),
|
|
197
|
+
translations: {
|
|
198
|
+
loading: t('loading'),
|
|
199
|
+
welcomeTitle: t('welcomeTitle'),
|
|
200
|
+
thanksForAccepting: t('thanksForAccepting'),
|
|
201
|
+
welcomeUser: t('welcomeUser', {
|
|
202
|
+
firstName: session?.user?.name?.split(' ')[0] ?? ''
|
|
203
|
+
}),
|
|
204
|
+
reviewTermsPrompt: t('reviewTermsPrompt'),
|
|
205
|
+
termsSummaryTitle: t('termsSummaryTitle'),
|
|
206
|
+
termsSummaryIntro: t('termsSummaryIntro'),
|
|
207
|
+
acceptableUseTitle: t('acceptableUseTitle'),
|
|
208
|
+
acceptableUseResponsible: t('acceptableUseResponsible'),
|
|
209
|
+
acceptableUseRespect: t('acceptableUseRespect'),
|
|
210
|
+
acceptableUseConduct: t('acceptableUseConduct'),
|
|
211
|
+
prohibitedContentTitle: t('prohibitedContentTitle'),
|
|
212
|
+
prohibitedContentIntro: t('prohibitedContentIntro'),
|
|
213
|
+
prohibitedIllegal: t('prohibitedIllegal'),
|
|
214
|
+
prohibitedAdult: t('prohibitedAdult'),
|
|
215
|
+
prohibitedHate: t('prohibitedHate'),
|
|
216
|
+
prohibitedViolence: t('prohibitedViolence'),
|
|
217
|
+
prohibitedMisinformation: t('prohibitedMisinformation'),
|
|
218
|
+
prohibitedPrivacy: t('prohibitedPrivacy'),
|
|
219
|
+
prohibitedCopyright: t('prohibitedCopyright'),
|
|
220
|
+
prohibitedMalware: t('prohibitedMalware'),
|
|
221
|
+
prohibitedSpam: t('prohibitedSpam'),
|
|
222
|
+
conductTitle: t('conductTitle'),
|
|
223
|
+
conductDescription: t('conductDescription'),
|
|
224
|
+
conductLink: t('conductLink'),
|
|
225
|
+
conductPromotion: t('conductPromotion'),
|
|
226
|
+
responsibilitiesTitle: t('responsibilitiesTitle'),
|
|
227
|
+
responsibilitiesSecure: t('responsibilitiesSecure'),
|
|
228
|
+
responsibilitiesReport: t('responsibilitiesReport'),
|
|
229
|
+
responsibilitiesAccurate: t('responsibilitiesAccurate'),
|
|
230
|
+
responsibilitiesComply: t('responsibilitiesComply'),
|
|
231
|
+
violationsWarning: t('violationsWarning'),
|
|
232
|
+
readFullTerms: t('readFullTerms'),
|
|
233
|
+
termsOfService: t('termsOfService'),
|
|
234
|
+
and: t('and'),
|
|
235
|
+
privacyPolicy: t('privacyPolicy'),
|
|
236
|
+
declineAndSignOut: t('declineAndSignOut'),
|
|
237
|
+
acceptAndContinue: t('acceptAndContinue'),
|
|
238
|
+
processing: t('processing'),
|
|
239
|
+
legallyBound: t('legallyBound')
|
|
240
|
+
},
|
|
241
|
+
PageLayout: dist.PageLayout,
|
|
242
|
+
Link: routing/* Link */.N_
|
|
243
|
+
});
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
/***/ }),
|
|
248
|
+
|
|
249
|
+
/***/ 41025:
|
|
250
|
+
/***/ ((module) => {
|
|
251
|
+
|
|
252
|
+
"use strict";
|
|
253
|
+
module.exports = require("next/dist/server/app-render/dynamic-access-async-storage.external.js");
|
|
254
|
+
|
|
255
|
+
/***/ }),
|
|
256
|
+
|
|
257
|
+
/***/ 61833:
|
|
32
258
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
33
259
|
|
|
34
260
|
"use strict";
|
|
35
261
|
__webpack_require__.r(__webpack_exports__);
|
|
36
262
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
37
|
-
/* harmony export */ GlobalError: () => (/* reexport safe */
|
|
263
|
+
/* harmony export */ GlobalError: () => (/* reexport safe */ _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"]),
|
|
38
264
|
/* harmony export */ __next_app__: () => (/* binding */ __next_app__),
|
|
39
265
|
/* harmony export */ handler: () => (/* binding */ handler),
|
|
40
266
|
/* harmony export */ pages: () => (/* binding */ pages),
|
|
@@ -84,7 +310,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
84
310
|
/* harmony import */ var next_dist_server_send_payload__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_send_payload__WEBPACK_IMPORTED_MODULE_23__);
|
|
85
311
|
/* harmony import */ var next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(86439);
|
|
86
312
|
/* harmony import */ var next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__);
|
|
87
|
-
/* harmony import */ var
|
|
313
|
+
/* harmony import */ var _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(90488);
|
|
88
314
|
/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(18283);
|
|
89
315
|
/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__);
|
|
90
316
|
/* harmony import */ var next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(39818);
|
|
@@ -142,7 +368,7 @@ const tree = {
|
|
|
142
368
|
'welcome',
|
|
143
369
|
{
|
|
144
370
|
children: ['__PAGE__', {}, {
|
|
145
|
-
page: [page8, "/
|
|
371
|
+
page: [page8, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/auth/welcome/page.tsx"],
|
|
146
372
|
|
|
147
373
|
}]
|
|
148
374
|
},
|
|
@@ -159,24 +385,24 @@ const tree = {
|
|
|
159
385
|
]
|
|
160
386
|
},
|
|
161
387
|
{
|
|
162
|
-
'layout': [module6, "/
|
|
163
|
-
'not-found': [module7, "/
|
|
388
|
+
'layout': [module6, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/layout.tsx"],
|
|
389
|
+
'not-found': [module7, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/not-found.tsx"],
|
|
164
390
|
|
|
165
391
|
}
|
|
166
392
|
]
|
|
167
393
|
},
|
|
168
394
|
{
|
|
169
|
-
'layout': [module0, "/
|
|
170
|
-
'error': [module1, "/
|
|
171
|
-
'global-error': [module2, "/
|
|
172
|
-
'not-found': [module3, "/
|
|
395
|
+
'layout': [module0, "/home/runner/work/semiont/semiont/apps/frontend/src/app/layout.tsx"],
|
|
396
|
+
'error': [module1, "/home/runner/work/semiont/semiont/apps/frontend/src/app/error.tsx"],
|
|
397
|
+
'global-error': [module2, "/home/runner/work/semiont/semiont/apps/frontend/src/app/global-error.tsx"],
|
|
398
|
+
'not-found': [module3, "/home/runner/work/semiont/semiont/apps/frontend/src/app/not-found.tsx"],
|
|
173
399
|
'forbidden': [module4, "next/dist/client/components/builtin/forbidden.js"],
|
|
174
400
|
'unauthorized': [module5, "next/dist/client/components/builtin/unauthorized.js"],
|
|
175
401
|
|
|
176
402
|
}
|
|
177
403
|
]
|
|
178
404
|
}.children;
|
|
179
|
-
const pages = ["/
|
|
405
|
+
const pages = ["/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/auth/welcome/page.tsx"];
|
|
180
406
|
|
|
181
407
|
|
|
182
408
|
|
|
@@ -326,7 +552,7 @@ async function handler(req, res, ctx) {
|
|
|
326
552
|
...next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__,
|
|
327
553
|
tree,
|
|
328
554
|
pages,
|
|
329
|
-
GlobalError:
|
|
555
|
+
GlobalError: _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"],
|
|
330
556
|
handler,
|
|
331
557
|
routeModule,
|
|
332
558
|
__next_app__
|
|
@@ -1038,232 +1264,6 @@ async function handler(req, res, ctx) {
|
|
|
1038
1264
|
//# sourceMappingURL=app-page.js.map
|
|
1039
1265
|
|
|
1040
1266
|
|
|
1041
|
-
/***/ }),
|
|
1042
|
-
|
|
1043
|
-
/***/ 10846:
|
|
1044
|
-
/***/ ((module) => {
|
|
1045
|
-
|
|
1046
|
-
"use strict";
|
|
1047
|
-
module.exports = require("next/dist/compiled/next-server/app-page.runtime.prod.js");
|
|
1048
|
-
|
|
1049
|
-
/***/ }),
|
|
1050
|
-
|
|
1051
|
-
/***/ 19121:
|
|
1052
|
-
/***/ ((module) => {
|
|
1053
|
-
|
|
1054
|
-
"use strict";
|
|
1055
|
-
module.exports = require("next/dist/server/app-render/action-async-storage.external.js");
|
|
1056
|
-
|
|
1057
|
-
/***/ }),
|
|
1058
|
-
|
|
1059
|
-
/***/ 19771:
|
|
1060
|
-
/***/ ((module) => {
|
|
1061
|
-
|
|
1062
|
-
"use strict";
|
|
1063
|
-
module.exports = require("process");
|
|
1064
|
-
|
|
1065
|
-
/***/ }),
|
|
1066
|
-
|
|
1067
|
-
/***/ 26713:
|
|
1068
|
-
/***/ ((module) => {
|
|
1069
|
-
|
|
1070
|
-
"use strict";
|
|
1071
|
-
module.exports = require("next/dist/shared/lib/router/utils/is-bot");
|
|
1072
|
-
|
|
1073
|
-
/***/ }),
|
|
1074
|
-
|
|
1075
|
-
/***/ 28354:
|
|
1076
|
-
/***/ ((module) => {
|
|
1077
|
-
|
|
1078
|
-
"use strict";
|
|
1079
|
-
module.exports = require("util");
|
|
1080
|
-
|
|
1081
|
-
/***/ }),
|
|
1082
|
-
|
|
1083
|
-
/***/ 29294:
|
|
1084
|
-
/***/ ((module) => {
|
|
1085
|
-
|
|
1086
|
-
"use strict";
|
|
1087
|
-
module.exports = require("next/dist/server/app-render/work-async-storage.external.js");
|
|
1088
|
-
|
|
1089
|
-
/***/ }),
|
|
1090
|
-
|
|
1091
|
-
/***/ 33873:
|
|
1092
|
-
/***/ ((module) => {
|
|
1093
|
-
|
|
1094
|
-
"use strict";
|
|
1095
|
-
module.exports = require("path");
|
|
1096
|
-
|
|
1097
|
-
/***/ }),
|
|
1098
|
-
|
|
1099
|
-
/***/ 39396:
|
|
1100
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1101
|
-
|
|
1102
|
-
"use strict";
|
|
1103
|
-
// ESM COMPAT FLAG
|
|
1104
|
-
__webpack_require__.r(__webpack_exports__);
|
|
1105
|
-
|
|
1106
|
-
// EXPORTS
|
|
1107
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
1108
|
-
"default": () => (/* binding */ Welcome)
|
|
1109
|
-
});
|
|
1110
|
-
|
|
1111
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js
|
|
1112
|
-
var react_jsx_runtime = __webpack_require__(78157);
|
|
1113
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js
|
|
1114
|
-
var react = __webpack_require__(31768);
|
|
1115
|
-
// EXTERNAL MODULE: ../../node_modules/next-auth/react/index.js
|
|
1116
|
-
var next_auth_react = __webpack_require__(16422);
|
|
1117
|
-
// EXTERNAL MODULE: ./src/i18n/routing.ts
|
|
1118
|
-
var routing = __webpack_require__(1915);
|
|
1119
|
-
// EXTERNAL MODULE: ../../node_modules/next-intl/dist/esm/production/react-client/index.js
|
|
1120
|
-
var react_client = __webpack_require__(72668);
|
|
1121
|
-
// EXTERNAL MODULE: ../../packages/react-ui/dist/index.mjs + 27 modules
|
|
1122
|
-
var dist = __webpack_require__(30658);
|
|
1123
|
-
;// __barrel_optimize__?names=PageLayout,useAuthApi,useToast!=!../../packages/react-ui/dist/index.mjs
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
;// __barrel_optimize__?names=WelcomePage!=!../../packages/react-ui/dist/index.mjs
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
;// ./src/app/[locale]/auth/welcome/page.tsx
|
|
1130
|
-
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
1131
|
-
/**
|
|
1132
|
-
* Welcome Page - Thin Next.js wrapper
|
|
1133
|
-
*
|
|
1134
|
-
* This page handles Next.js-specific concerns (routing, auth, API calls)
|
|
1135
|
-
* and delegates rendering to the pure React WelcomePage component.
|
|
1136
|
-
*/
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
function Welcome() {
|
|
1144
|
-
const t = (0,react_client/* useTranslations */.c)('AuthWelcome');
|
|
1145
|
-
const { data: session, status } = (0,next_auth_react.useSession)();
|
|
1146
|
-
const router = (0,routing/* useRouter */.rd)();
|
|
1147
|
-
const [termsAccepted, setTermsAccepted] = (0,react.useState)(false);
|
|
1148
|
-
const toast = (0,dist.useToast)();
|
|
1149
|
-
// API hooks
|
|
1150
|
-
const authAPI = (0,dist.useAuthApi)();
|
|
1151
|
-
// Query user data to check if terms already accepted
|
|
1152
|
-
const { data: userData } = authAPI.me.useQuery();
|
|
1153
|
-
// Mutation for accepting terms
|
|
1154
|
-
const acceptTermsMutation = authAPI.acceptTerms.useMutation();
|
|
1155
|
-
// Redirect if not authenticated or if terms already accepted
|
|
1156
|
-
process.env.__NEXT_PRIVATE_MINIMIZE_MACRO_FALSE && (0,react.useEffect)(()=>{
|
|
1157
|
-
if (status === 'loading') return; // Still loading
|
|
1158
|
-
if (status === 'unauthenticated') {
|
|
1159
|
-
router.push('/auth/signin');
|
|
1160
|
-
return;
|
|
1161
|
-
}
|
|
1162
|
-
// Check if user has accepted terms
|
|
1163
|
-
if (userData?.termsAcceptedAt) {
|
|
1164
|
-
router.push('/');
|
|
1165
|
-
return;
|
|
1166
|
-
}
|
|
1167
|
-
// If not a new user, redirect to main app (existing users don't need to accept terms again)
|
|
1168
|
-
if (session && !session.isNewUser) {
|
|
1169
|
-
router.push('/');
|
|
1170
|
-
return;
|
|
1171
|
-
}
|
|
1172
|
-
}, [
|
|
1173
|
-
status,
|
|
1174
|
-
session,
|
|
1175
|
-
router,
|
|
1176
|
-
userData
|
|
1177
|
-
]);
|
|
1178
|
-
const handleTermsAcceptance = async (accepted)=>{
|
|
1179
|
-
if (!accepted) {
|
|
1180
|
-
// User declined terms - sign them out and redirect to home
|
|
1181
|
-
const { signOut } = await Promise.resolve(/* import() */).then(__webpack_require__.t.bind(__webpack_require__, 16422, 23));
|
|
1182
|
-
await signOut({
|
|
1183
|
-
callbackUrl: '/'
|
|
1184
|
-
});
|
|
1185
|
-
return;
|
|
1186
|
-
}
|
|
1187
|
-
try {
|
|
1188
|
-
await acceptTermsMutation.mutateAsync();
|
|
1189
|
-
setTermsAccepted(true);
|
|
1190
|
-
// Small delay to show the acceptance state
|
|
1191
|
-
setTimeout(()=>{
|
|
1192
|
-
router.push('/');
|
|
1193
|
-
}, 1000);
|
|
1194
|
-
} catch (error) {
|
|
1195
|
-
console.error('Terms acceptance error:', error);
|
|
1196
|
-
toast.showError(t('errorAcceptingTerms'));
|
|
1197
|
-
}
|
|
1198
|
-
};
|
|
1199
|
-
// Determine status
|
|
1200
|
-
const pageStatus = status === 'loading' ? 'loading' : termsAccepted ? 'accepted' : 'form';
|
|
1201
|
-
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)(dist.WelcomePage, {
|
|
1202
|
-
userName: session?.user?.name?.split(' ')[0] ?? '',
|
|
1203
|
-
termsAcceptedAt: userData?.termsAcceptedAt ?? null,
|
|
1204
|
-
isNewUser: session?.isNewUser ?? false,
|
|
1205
|
-
status: pageStatus,
|
|
1206
|
-
isProcessing: acceptTermsMutation.isPending,
|
|
1207
|
-
onAccept: ()=>handleTermsAcceptance(true),
|
|
1208
|
-
onDecline: ()=>handleTermsAcceptance(false),
|
|
1209
|
-
translations: {
|
|
1210
|
-
loading: t('loading'),
|
|
1211
|
-
welcomeTitle: t('welcomeTitle'),
|
|
1212
|
-
thanksForAccepting: t('thanksForAccepting'),
|
|
1213
|
-
welcomeUser: t('welcomeUser', {
|
|
1214
|
-
firstName: session?.user?.name?.split(' ')[0] ?? ''
|
|
1215
|
-
}),
|
|
1216
|
-
reviewTermsPrompt: t('reviewTermsPrompt'),
|
|
1217
|
-
termsSummaryTitle: t('termsSummaryTitle'),
|
|
1218
|
-
termsSummaryIntro: t('termsSummaryIntro'),
|
|
1219
|
-
acceptableUseTitle: t('acceptableUseTitle'),
|
|
1220
|
-
acceptableUseResponsible: t('acceptableUseResponsible'),
|
|
1221
|
-
acceptableUseRespect: t('acceptableUseRespect'),
|
|
1222
|
-
acceptableUseConduct: t('acceptableUseConduct'),
|
|
1223
|
-
prohibitedContentTitle: t('prohibitedContentTitle'),
|
|
1224
|
-
prohibitedContentIntro: t('prohibitedContentIntro'),
|
|
1225
|
-
prohibitedIllegal: t('prohibitedIllegal'),
|
|
1226
|
-
prohibitedAdult: t('prohibitedAdult'),
|
|
1227
|
-
prohibitedHate: t('prohibitedHate'),
|
|
1228
|
-
prohibitedViolence: t('prohibitedViolence'),
|
|
1229
|
-
prohibitedMisinformation: t('prohibitedMisinformation'),
|
|
1230
|
-
prohibitedPrivacy: t('prohibitedPrivacy'),
|
|
1231
|
-
prohibitedCopyright: t('prohibitedCopyright'),
|
|
1232
|
-
prohibitedMalware: t('prohibitedMalware'),
|
|
1233
|
-
prohibitedSpam: t('prohibitedSpam'),
|
|
1234
|
-
conductTitle: t('conductTitle'),
|
|
1235
|
-
conductDescription: t('conductDescription'),
|
|
1236
|
-
conductLink: t('conductLink'),
|
|
1237
|
-
conductPromotion: t('conductPromotion'),
|
|
1238
|
-
responsibilitiesTitle: t('responsibilitiesTitle'),
|
|
1239
|
-
responsibilitiesSecure: t('responsibilitiesSecure'),
|
|
1240
|
-
responsibilitiesReport: t('responsibilitiesReport'),
|
|
1241
|
-
responsibilitiesAccurate: t('responsibilitiesAccurate'),
|
|
1242
|
-
responsibilitiesComply: t('responsibilitiesComply'),
|
|
1243
|
-
violationsWarning: t('violationsWarning'),
|
|
1244
|
-
readFullTerms: t('readFullTerms'),
|
|
1245
|
-
termsOfService: t('termsOfService'),
|
|
1246
|
-
and: t('and'),
|
|
1247
|
-
privacyPolicy: t('privacyPolicy'),
|
|
1248
|
-
declineAndSignOut: t('declineAndSignOut'),
|
|
1249
|
-
acceptAndContinue: t('acceptAndContinue'),
|
|
1250
|
-
processing: t('processing'),
|
|
1251
|
-
legallyBound: t('legallyBound')
|
|
1252
|
-
},
|
|
1253
|
-
PageLayout: dist.PageLayout,
|
|
1254
|
-
Link: routing/* Link */.N_
|
|
1255
|
-
});
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
/***/ }),
|
|
1260
|
-
|
|
1261
|
-
/***/ 41025:
|
|
1262
|
-
/***/ ((module) => {
|
|
1263
|
-
|
|
1264
|
-
"use strict";
|
|
1265
|
-
module.exports = require("next/dist/server/app-render/dynamic-access-async-storage.external.js");
|
|
1266
|
-
|
|
1267
1267
|
/***/ }),
|
|
1268
1268
|
|
|
1269
1269
|
/***/ 63033:
|
|
@@ -1272,14 +1272,6 @@ module.exports = require("next/dist/server/app-render/dynamic-access-async-stora
|
|
|
1272
1272
|
"use strict";
|
|
1273
1273
|
module.exports = require("next/dist/server/app-render/work-unit-async-storage.external.js");
|
|
1274
1274
|
|
|
1275
|
-
/***/ }),
|
|
1276
|
-
|
|
1277
|
-
/***/ 65782:
|
|
1278
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1279
|
-
|
|
1280
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 77792));
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
1275
|
/***/ }),
|
|
1284
1276
|
|
|
1285
1277
|
/***/ 77792:
|
|
@@ -1295,8 +1287,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1295
1287
|
// This file is generated by the Webpack next-flight-loader.
|
|
1296
1288
|
|
|
1297
1289
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
1298
|
-
function() { throw new Error("Attempted to call the default export of \"/
|
|
1299
|
-
"/
|
|
1290
|
+
function() { throw new Error("Attempted to call the default export of \"/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/auth/welcome/page.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component."); },
|
|
1291
|
+
"/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/auth/welcome/page.tsx",
|
|
1300
1292
|
"default",
|
|
1301
1293
|
));
|
|
1302
1294
|
|
|
@@ -1317,6 +1309,14 @@ module.exports = require("url");
|
|
|
1317
1309
|
"use strict";
|
|
1318
1310
|
module.exports = require("next/dist/shared/lib/no-fallback-error.external");
|
|
1319
1311
|
|
|
1312
|
+
/***/ }),
|
|
1313
|
+
|
|
1314
|
+
/***/ 94845:
|
|
1315
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1316
|
+
|
|
1317
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 77792));
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
1320
|
/***/ })
|
|
1321
1321
|
|
|
1322
1322
|
};
|
|
@@ -1326,7 +1326,7 @@ module.exports = require("next/dist/shared/lib/no-fallback-error.external");
|
|
|
1326
1326
|
var __webpack_require__ = require("../../../../webpack-runtime.js");
|
|
1327
1327
|
__webpack_require__.C(exports);
|
|
1328
1328
|
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
1329
|
-
var __webpack_exports__ = __webpack_require__.X(0, [4725,1854,1940,1037,7912,
|
|
1329
|
+
var __webpack_exports__ = __webpack_require__.X(0, [4725,1854,1940,1037,7912,8387], () => (__webpack_exec__(61833)));
|
|
1330
1330
|
module.exports = __webpack_exports__;
|
|
1331
1331
|
|
|
1332
1332
|
})();
|