@mdxui/auth 1.5.0 → 1.5.1
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/app/assets/{index-k4fRDX2y.js → index-Dfkrf_Pt.js} +3 -3
- package/app/assets/{index-k4fRDX2y.js.map → index-Dfkrf_Pt.js.map} +1 -1
- package/app/index.html +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/providers/index.js +0 -1
- package/dist/providers/index.js.map +1 -1
- package/dist/shell/index.js +0 -1
- package/dist/shell/index.js.map +1 -1
- package/package.json +18 -17
package/app/index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<meta name="color-scheme" content="dark light" />
|
|
7
7
|
<title>Auth</title>
|
|
8
8
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
9
|
-
<script type="module" crossorigin src="/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/assets/index-Dfkrf_Pt.js"></script>
|
|
10
10
|
<link rel="stylesheet" crossorigin href="/assets/index-DunLT2Gt.css">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
package/dist/index.js
CHANGED
|
@@ -192,7 +192,6 @@ function AuthGate({
|
|
|
192
192
|
case "allow":
|
|
193
193
|
return /* @__PURE__ */ jsx3(Fragment, { children });
|
|
194
194
|
case "landing":
|
|
195
|
-
default:
|
|
196
195
|
return /* @__PURE__ */ jsx3(Fragment, { children: landingComponent ?? /* @__PURE__ */ jsx3(DefaultLandingPage, {}) });
|
|
197
196
|
}
|
|
198
197
|
}
|