Skip to content
Snippets Groups Projects
Commit 2999eb5dcf3c authored by Arnaud Vergnet's avatar Arnaud Vergnet :sun_with_face:
Browse files

fix: properly enable login route in non anonymous mode

parent 0e15463c618c
No related branches found
No related tags found
1 merge request!61fix: disable JWT auth when login route is disabled
......@@ -204,7 +204,7 @@
add_view(
view=login_view,
route_name=get_route_name(ApiRoutes.login),
anonymous_or_connected=False,
anonymous_or_connected=None,
)
add_view(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment