From fad59dfc38f9c59cfbd56f69df8b59d61c9687e7 Mon Sep 17 00:00:00 2001 From: Joe VLcek Date: Thu, 23 Apr 2020 13:38:25 -0400 Subject: [PATCH] Replace accidentally remove blank line --- app/models/authenticator/base.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/authenticator/base.rb b/app/models/authenticator/base.rb index cd2c60b1644..bb6f4745096 100644 --- a/app/models/authenticator/base.rb +++ b/app/models/authenticator/base.rb @@ -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