Skip to content

Commit a82bf2c

Browse files
committed
fix source indent of AccountController
git-svn-id: http://svn.redmine.org/redmine/trunk@20087 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 282a195 commit a82bf2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/controllers/account_controller.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ def handle_active_user(user)
341341
def open_id_authenticate(openid_url)
342342
back_url = signin_url(:autologin => params[:autologin])
343343
authenticate_with_open_id(
344-
openid_url, :required => [:nickname, :fullname, :email],
345-
:return_to => back_url, :method => :post
344+
openid_url, :required => [:nickname, :fullname, :email],
345+
:return_to => back_url, :method => :post
346346
) do |result, identity_url, registration|
347347
if result.successful?
348348
user = User.find_or_initialize_by_identity_url(identity_url)

0 commit comments

Comments
 (0)