I do believe that OTP/MFA is now working.
This commit is contained in:
@@ -11,6 +11,8 @@ Rails.application.routes.draw do
|
||||
put 'users' => 'devise/registrations#update', :as => 'user_registration'
|
||||
end
|
||||
|
||||
resources :mfas, only: [:new, :create]
|
||||
|
||||
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
|
||||
|
||||
# Defines the root path route ("/")
|
||||
|
||||
Reference in New Issue
Block a user