Fix up tab titles.
[arvados.git] / apps / workbench / app / controllers / users_controller.rb
index 70fa3f6c6f1544c8e494544e545d727a69b6b15b..3ccaa525cee853e43e9cd1f963419638152a53b0 100644 (file)
@@ -1,10 +1,10 @@
 class UsersController < ApplicationController
   skip_before_filter :find_object_by_uuid, :only => :welcome
-  skip_around_filter :thread_with_api_token, :only => :welcome
-  around_filter :thread_with_optional_api_token, :only => :welcome
+  skip_around_filter :thread_with_mandatory_api_token, :only => :welcome
 
   def welcome
     if current_user
+      params[:action] = 'home'
       home
     end
   end