]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/export_controller.rb
Make export action send TOTP cookie
[rails.git] / app / controllers / export_controller.rb
index bd020f29b6ea11a1b960ec5f8e71d0885a48fd4c..6e5016ddce4ec7eb6b0fcfaab09fb9634ffe8045 100644 (file)
@@ -1,6 +1,7 @@
 class ExportController < ApplicationController
   before_action :authorize_web
   before_action :set_locale
+  before_action :update_totp, :only => [:finish]
 
   caches_page :embed
 
@@ -22,6 +23,5 @@ class ExportController < ApplicationController
     end
   end
 
-  def embed
-  end
+  def embed; end
 end