Fix spelling error (#623)

This commit is contained in:
shawn-higgins1 2019-07-10 13:11:23 -04:00 committed by Jesus Federico
parent 5a8758d396
commit bc78feb0bd
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ module SessionsHelper
end
def omniauth_options(env)
if env['omniauth.strategy'].options[:name] == "bn-launcher"
if env['omniauth.strategy'].options[:name] == "bn_launcher"
protocol = Rails.env.production? ? "https" : env["rack.url_scheme"]
customer_redirect_url = protocol + "://" + env["SERVER_NAME"] + ":" +