chore: update logout endpoint according to change

This commit is contained in:
Matilda Landström
2024-06-04 16:27:43 +02:00
parent 1095bcbe9d
commit bde1ac7e66

View File

@@ -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"