##// END OF EJS Templates
Merged r13041 (#16511)....
Jean-Philippe Lang -
r12773:cf36ba1572bc
parent child
Show More
@@ -44,6 +44,7 class ApplicationController < ActionController::Base
44 44 unless api_request?
45 45 super
46 46 cookies.delete(autologin_cookie_name)
47 self.logged_user = nil
47 48 render_error :status => 422, :message => "Invalid form authenticity token."
48 49 end
49 50 end
General Comments 0
You need to be logged in to leave comments. Login now