Fixed 404 on room join (#2092)

This commit is contained in:
Ahmad Farhat
2020-09-17 11:32:06 -04:00
committed by GitHub
parent a27884733d
commit 55dd5725b5
3 changed files with 5 additions and 7 deletions

View File

@ -235,7 +235,7 @@ class ApplicationController < ActionController::Base
path = if allow_greenlight_accounts?
signin_path
elsif Rails.configuration.loadbalanced_configuration
omniauth_login_url(:bn_launcher)
"#{Rails.configuration.relative_url_root}/auth/bn_launcher"
else
signin_path
end