diff --git a/lib/omniauth/strategies/browser_id.rb b/lib/omniauth/strategies/browser_id.rb index febd567..f7193ec 100644 --- a/lib/omniauth/strategies/browser_id.rb +++ b/lib/omniauth/strategies/browser_id.rb @@ -22,7 +22,7 @@ def other_phase end def failure_path - options[:failure_path] || "#{path_prefix}/failure" + options[:failure_path] || "#{path_prefix}/redirect_failure" end def request_phase