@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/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-k4fRDX2y.js"></script>
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
  }