]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/user_controller.rb
Rework the signup page
[rails.git] / app / controllers / user_controller.rb
index 923a6cfec0b93adf3197bebbb0962ac9d0c33b49..b558311d21c4df4019e5dde63679089c0ffa9567 100644 (file)
@@ -326,7 +326,7 @@ class UserController < ApplicationController
     @openID = params['openid']
        
     if !params['openid'].nil?
-         flash.now[:notice] = t 'user.new.openID association'
+      flash.now[:notice] = t 'user.new.openid association'
     end
   end