diff --git a/package.json b/package.json
index 1e4201709..4a7a98522 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dashpress",
- "version": "0.1.7",
+ "version": "1.0.1",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "next dev",
diff --git a/src/frontend/_layouts/guest/index.tsx b/src/frontend/_layouts/guest/index.tsx
index 687860109..ad1bb00e6 100644
--- a/src/frontend/_layouts/guest/index.tsx
+++ b/src/frontend/_layouts/guest/index.tsx
@@ -4,6 +4,7 @@ import { GuestLayout } from "frontend/design-system/layouts/GuestLayout";
import { useSiteConfig } from "frontend/hooks/app/site.config";
import { useAppTheme } from "../useAppTheme";
import { GoogleTagManager } from "../scripts/GoogleTagManager";
+import { PortalProvider } from "../app/portal";
interface IProps {
children: ReactNode;
@@ -16,18 +17,20 @@ export function AuthLayout({ children, title, subTitle }: IProps) {
useAppTheme();
return (
-
-
-
- {title} - {siteConfig.name}
-
-
- {children}
-
-
+
+
+
+
+ {title} - {siteConfig.name}
+
+
+ {children}
+
+
+
);
}
diff --git a/src/frontend/views/settings/_Base.tsx b/src/frontend/views/settings/_Base.tsx
index f26c8aa87..349c0a4b0 100644
--- a/src/frontend/views/settings/_Base.tsx
+++ b/src/frontend/views/settings/_Base.tsx
@@ -75,8 +75,7 @@ export function BaseSettingsLayout({ children }: IProps) {
const menuItems = useMutateBaseSettingsMenu(baseMenuItems);
return (
- {/* TODO */}
- {false && (
+ {false && ( // TODO log the user who click on the button to not disturb again
<>