mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove renderTemplate from 2fa preferences, email preferences, and new-category (#22156)
This commit is contained in:
@@ -686,10 +686,6 @@ Discourse::Application.routes.draw do
|
||||
:constraints => {
|
||||
username: RouteFormat.username,
|
||||
}
|
||||
get "#{root_path}/:username/preferences/second-factor-backup" => "users#preferences",
|
||||
:constraints => {
|
||||
username: RouteFormat.username,
|
||||
}
|
||||
delete "#{root_path}/:username/preferences/user_image" => "users#destroy_user_image",
|
||||
:constraints => {
|
||||
username: RouteFormat.username,
|
||||
|
||||
Reference in New Issue
Block a user