From bde1ac7e667eeddb05a2c36fb9e43f282849b033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Tue, 4 Jun 2024 16:27:43 +0200 Subject: [PATCH] chore: update logout endpoint according to change --- .env.local.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.local.example b/.env.local.example index b8711818e..f2128d1b8 100644 --- a/.env.local.example +++ b/.env.local.example @@ -24,12 +24,12 @@ SEAMLESS_LOGIN_EN="http://www.example.com/updatelogin" SEAMLESS_LOGIN_FI="http://www.example.fi/updatelogin" SEAMLESS_LOGIN_NO="http://www.example.no/updatelogin" SEAMLESS_LOGIN_SV="http://www.example.se/updatelogin" -SEAMLESS_LOGOUT_DA="http://www.example.dk/updatelogout?newweb" -SEAMLESS_LOGOUT_DE="http://www.example.de/updatelogout?newweb" -SEAMLESS_LOGOUT_EN="http://www.example.com/updatelogout?newweb" -SEAMLESS_LOGOUT_FI="http://www.example.fi/updatelogout?newweb" -SEAMLESS_LOGOUT_NO="http://www.example.no/updatelogout?newweb" -SEAMLESS_LOGOUT_SV="http://www.example.sv/updatelogout?newweb" +SEAMLESS_LOGOUT_DA="http://www.example.dk/updatelogout?newweb=1" +SEAMLESS_LOGOUT_DE="http://www.example.de/updatelogout?newweb=1" +SEAMLESS_LOGOUT_EN="http://www.example.com/updatelogout?newweb=1" +SEAMLESS_LOGOUT_FI="http://www.example.fi/updatelogout?newweb=1" +SEAMLESS_LOGOUT_NO="http://www.example.no/updatelogout?newweb=1" +SEAMLESS_LOGOUT_SV="http://www.example.sv/updatelogout?newweb=1" WEBVIEW_ENCRYPTION_KEY="MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI=" PUBLIC_URL="http://localhost:3000"