Remove unneeded controller
option in routes (#30958)
This commit is contained in:
parent
7a30c68953
commit
f47d761e12
2 changed files with 3 additions and 3 deletions
|
@ -98,7 +98,7 @@ Rails.application.routes.draw do
|
|||
|
||||
namespace :auth do
|
||||
resource :setup, only: [:show, :update], controller: :setup
|
||||
resource :challenge, only: [:create], controller: :challenges
|
||||
resource :challenge, only: [:create]
|
||||
get 'sessions/security_key_options', to: 'sessions#webauthn_options'
|
||||
post 'captcha_confirmation', to: 'confirmations#confirm_captcha', as: :captcha_confirmation
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue