You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say you have set-up two factor authentication on sub-domain "admin.example.com"
Scenario:
Log-in to get prompted for 2nd factor code
Don't enter your code, navigate to "example.com" without subdomain
You'll get a routing error. Gem tries to show 2nd factor form page.
Possible fix:
Replace path with url in two_factor_authentication/controllers/helpers.rb:33
Let's say you have set-up two factor authentication on sub-domain "admin.example.com"
Scenario:
Log-in to get prompted for 2nd factor code
Don't enter your code, navigate to "example.com" without subdomain
You'll get a routing error. Gem tries to show 2nd factor form page.
Possible fix:
Replace
path
withurl
intwo_factor_authentication/controllers/helpers.rb
:33
change_path = "#{scope}_two_factor_authentication_url"
The text was updated successfully, but these errors were encountered: