From e460b114ed9e170fe96633ed63b662527ce2c459 Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Tue, 2 Dec 2025 06:17:23 -0300 Subject: [PATCH] feat: implement user consent verification and redirection for LGPD compliance in dashboard layout and consent term page --- .../web/src/routes/(dashboard)/+layout.svelte | 39 +++++++++++++++++++ .../termo-consentimento/+page.svelte | 20 ++++++++-- 2 files changed, 56 insertions(+), 3 deletions(-) diff --git a/apps/web/src/routes/(dashboard)/+layout.svelte b/apps/web/src/routes/(dashboard)/+layout.svelte index c8b1523..cf13b54 100644 --- a/apps/web/src/routes/(dashboard)/+layout.svelte +++ b/apps/web/src/routes/(dashboard)/+layout.svelte @@ -1,10 +1,49 @@