]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/user_controller.rb
Display the verifier if OAuth 1.0a is being used in OOB mode
[rails.git] / app / controllers / user_controller.rb
index 93ca03d660e8fc00a374b2af9b26e33eb84cf8b2..21561736c53b6c78d57a5257d58a5b8c602be0ba 100644 (file)
@@ -220,6 +220,8 @@ class UserController < ApplicationController
       else
         flash.now[:error] = t 'user.login.auth failure'
       end
+    elsif flash[:notice].nil?
+      flash.now[:notice] =  t 'user.login.notice'
     end
   end