From a82bf2c42ac01103a15e370261397c3d9e5d85c1 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 26 Sep 2020 15:02:34 +0000 Subject: [PATCH] fix source indent of AccountController git-svn-id: http://svn.redmine.org/redmine/trunk@20087 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/controllers/account_controller.rb | 4 ++-- 1 file 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) -- 2.39.5