You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, even if I erase the decoration and the function, I still get a default behavior for the /logout endpoint, which is a redirect to the root url.
Is it so? Is there a way to configure it differently?
The text was updated successfully, but these errors were encountered:
However, even if I erase the decoration and the function, I still get a default behavior for the /logout endpoint, which is a redirect to the root url.
Is it so? Is there a way to configure it differently?
Looks like it uses views.py#logout_view function. I have the same problem.
I am trying to modify the
@app.route('/logout')
function.
However, even if I erase the decoration and the function, I still get a default behavior for the
/logout
endpoint, which is a redirect to the root url.Is it so? Is there a way to configure it differently?
The text was updated successfully, but these errors were encountered: