Merge branch '16665-keepproxy-spurious-413-status' into main. Closes #16665
[arvados.git] / services / api / app / controllers / application_controller.rb
index e1ae76ed29f7e6d58862f7d1bffd464c63644a93..fc33dde4477b45d059db2cbd7a63f919eb67e167 100644 (file)
@@ -397,7 +397,7 @@ class ApplicationController < ActionController::Base
     if not current_user
       respond_to do |format|
         format.json { send_error("Not logged in", status: 401) }
-        format.html { redirect_to '/auth/joshid' }
+        format.html { redirect_to '/login' }
       end
       false
     end