fix: route unlocalized login and logout correctly

This commit is contained in:
Christel Westerberg
2024-08-21 13:13:29 +02:00
parent 1ec1033267
commit 2af17ef4d8
2 changed files with 24 additions and 1 deletions

View File

@@ -15,7 +15,8 @@ export default function ProfileLayout({
{profile}
<Divider color="burgundy" opacity={8} />
{creditCards}
{communication}
{/* TODO: Implement communication preferences flow. Hidden until decided on where to send user. */}
{/* {communication} */}
</section>
</main>
)