micado-eu / migrant_application

Application for the migrant
European Union Public License 1.2
1 stars 4 forks source link

Hardcoded logout url #138

Closed trtstm closed 3 years ago

trtstm commented 3 years ago

I was running the migrants app locally and logging out didn't work. Took my a while to figure out but it seems the url is still hardcoded here: https://github.com/micado-eu/migrant_application/blob/master/app/src/store/auth/actions.js#L103

Should that url also be changed to use the env variables?