@steedos/webapp 3.0.0-beta.123 → 3.0.0-beta.124
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.
|
@@ -52954,6 +52954,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
52954
52954
|
}
|
|
52955
52955
|
Builder$1.settings.context.user = user;
|
|
52956
52956
|
if (user) {
|
|
52957
|
+
Builder$1.settings.context.authToken = user.authToken;
|
|
52957
52958
|
Steedos.Connection(
|
|
52958
52959
|
Builder$1.settings.context.rootUrl,
|
|
52959
52960
|
`${user.spaceId},${user.authToken}`
|
|
@@ -54313,9 +54314,10 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
54313
54314
|
return;
|
|
54314
54315
|
}
|
|
54315
54316
|
dispatch2(validate()).then((me) => {
|
|
54316
|
-
var _a2;
|
|
54317
|
+
var _a2, _b2;
|
|
54317
54318
|
Builder.settings.context.user = me.data;
|
|
54318
|
-
|
|
54319
|
+
Builder.settings.context.authToken = (_a2 = me.data) == null ? void 0 : _a2.authToken;
|
|
54320
|
+
if ((_b2 = me.data) == null ? void 0 : _b2.password_expired) {
|
|
54319
54321
|
goResetPassword(navigate);
|
|
54320
54322
|
} else {
|
|
54321
54323
|
let redirect_uri = new URLSearchParams(location ? location.search : "").get("redirect_uri");
|
package/dist/index.html
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
|
|
64
64
|
</script>
|
|
65
65
|
<link rel="stylesheet" type="text/css" href="/tailwind/tailwind-steedos.css">
|
|
66
|
-
<script type="module" crossorigin src="/assets/index-
|
|
66
|
+
<script type="module" crossorigin src="/assets/index-BZ1qsG0X.js"></script>
|
|
67
67
|
</head>
|
|
68
68
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
69
69
|
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden bg-slate-50"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/webapp",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.124",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "994252b377dd54c72ecef34e79235442c243f13c"
|
|
79
79
|
}
|