Skip to content

Commit

Permalink
Replace accidentally remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlcek committed Apr 23, 2020
1 parent d0739e5 commit fad59df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/authenticator/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def authenticate(username, password, request = nil, options = {})
options[:require_user] ||= false
options[:authorize_only] ||= false
fail_message = _("Authentication failed")

user_or_taskid = nil

begin
Expand Down

0 comments on commit fad59df

Please sign in to comment.