Remove sign-in token authentication, instead send e-mail about new sign-in (#17970)
This commit is contained in:
@ -295,7 +295,6 @@ Rails.application.routes.draw do
|
||||
|
||||
resources :users, only: [] do
|
||||
resource :two_factor_authentication, only: [:destroy]
|
||||
resource :sign_in_token_authentication, only: [:create, :destroy]
|
||||
end
|
||||
|
||||
resources :custom_emojis, only: [:index, :new, :create] do
|
||||
|
Reference in New Issue
Block a user