mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 08:08:00 -05:00
Merge pull request #1719 from hakanensari/mounted-app-redirect
Fix redirect when authenticating mounted apps
This commit is contained in:
@@ -88,6 +88,7 @@ module Devise
|
||||
opts = {}
|
||||
route = :"new_#{scope}_session_path"
|
||||
opts[:format] = request_format unless skip_format?
|
||||
opts[:script_name] = nil
|
||||
|
||||
context = send(Devise.available_router_name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user