Pfadauswahl hinzugefügt

This commit is contained in:
PxlLoewe
2025-06-25 21:06:03 -07:00
parent 7ad75bff63
commit 2bd8a455c8
14 changed files with 253 additions and 90 deletions

View File

@@ -46,7 +46,7 @@ export default async function RootLayout({
<EmailVerification />
</div>
)}
<FirstPath />
{!session.user.pathSelected && <FirstPath />}
{children}
</div>
</div>