summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-09-26 15:02:34 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-09-26 15:02:34 +0000
commita82bf2c42ac01103a15e370261397c3d9e5d85c1 (patch)
tree1f43d7d98afdb508ca3ee8ec4c715e1218b54485 /app
parent282a19529dd56c58db8551daff0934fc3aec2f02 (diff)
downloadredmine-a82bf2c42ac01103a15e370261397c3d9e5d85c1.tar.gz
redmine-a82bf2c42ac01103a15e370261397c3d9e5d85c1.zip
fix source indent of AccountController
git-svn-id: http://svn.redmine.org/redmine/trunk@20087 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/controllers/account_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/account_controller.rb b/app/controllers/account_controller.rb
index cc7ff02bb..bc0792abb 100644
--- a/app/controllers/account_controller.rb
+++ b/app/controllers/account_controller.rb
@@ -341,8 +341,8 @@ class AccountController < ApplicationController
def open_id_authenticate(openid_url)
back_url = signin_url(:autologin => params[:autologin])
authenticate_with_open_id(
- openid_url, :required => [:nickname, :fullname, :email],
- :return_to => back_url, :method => :post
+ openid_url, :required => [:nickname, :fullname, :email],
+ :return_to => back_url, :method => :post
) do |result, identity_url, registration|
if result.successful?
user = User.find_or_initialize_by_identity_url(identity_url)