1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-04-19 00:51:18 +00:00

NORY-22: fix toasts not showing

This commit is contained in:
Markus Thielker 2024-12-08 17:26:00 +01:00
parent 765d5a91e7
commit 436e5c8765
No known key found for this signature in database

View file

@ -79,8 +79,8 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac
{children} {children}
</div> </div>
</SidebarInset> </SidebarInset>
<Toaster/>
</SidebarProvider> </SidebarProvider>
<Toaster/>
</ThemeProvider> </ThemeProvider>
</body> </body>
</html> </html>