Password / Login Page

Fixes #174
This commit is contained in:
ajnart
2022-06-06 17:13:17 +02:00
parent 9686761c3d
commit 83b4da282a
6 changed files with 158 additions and 7 deletions

View File

@@ -44,9 +44,7 @@ export default function App(props: AppProps & { colorScheme: ColorScheme }) {
>
<NotificationsProvider limit={4} position="bottom-left">
<ConfigProvider>
<Layout>
<Component {...pageProps} />
</Layout>
<Component {...pageProps} />
</ConfigProvider>
</NotificationsProvider>
</MantineProvider>