From ceeb20b232ad075990a499463a623ea236bfb89a Mon Sep 17 00:00:00 2001 From: Luca Favini Date: Mon, 22 Apr 2024 04:41:39 +0200 Subject: [PATCH] feat(fe/pages); add third party cookies warning --- frontend/src/routes/+page.svelte | 6 +++++- frontend/src/routes/login/+page.svelte | 2 ++ frontend/src/routes/register/+page.svelte | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index 00c2a32..c61bfb3 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -34,7 +34,7 @@ -
+
@@ -84,3 +84,7 @@
+ +
+

WARNING: the app is having some issues with CORS and cookies. If the login don't work, please enable third party cookies in your browser. Sorry for the inconvenience, working on a fix. Issue on GitHub.

+
diff --git a/frontend/src/routes/login/+page.svelte b/frontend/src/routes/login/+page.svelte index fa78d90..ba1acd6 100644 --- a/frontend/src/routes/login/+page.svelte +++ b/frontend/src/routes/login/+page.svelte @@ -64,6 +64,8 @@
+

WARNING: the app is having some issues with CORS and cookies. If the login don't work, please enable third party cookies in your browser. Sorry for the inconvenience, working on a fix. Issue on GitHub.

+
diff --git a/frontend/src/routes/register/+page.svelte b/frontend/src/routes/register/+page.svelte index 06b68e6..5d75f4b 100644 --- a/frontend/src/routes/register/+page.svelte +++ b/frontend/src/routes/register/+page.svelte @@ -71,6 +71,8 @@ +

WARNING: the app is having some issues with CORS and cookies. If the login don't work, please enable third party cookies in your browser. Sorry for the inconvenience, working on a fix. Issue on GitHub.

+