modular-synthesizer / frontend

The frontend for the Synple application
https://synple.app/
0 stars 0 forks source link

Change the way the user is redirected after logging out #84

Closed vincentcourtois closed 7 months ago

vincentcourtois commented 1 year ago

The code to redirect the user after logging out is (found here)

window.location.href = '/';

It works fine on the production environment as the application is using the root URL, but when logging out on the development environment, it redirects to the production and thus is misleading for the user.