You need to sign in or sign up before continuing.
-
Dmitriy Zaporozhets authored
Single user autcomplete should be used only for existing users with digital ID provided. Now js code puts any input into generating user URL which can lead to 500 error because routing like this does not exists: GET "/autocomplete/users/whatever@example.com.json". Signed-off-by:Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>