mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 10:54:41 +08:00
UX: Show a nicer "Log In" screen if the user follows /my/preferences
This commit is contained in:
@ -241,6 +241,7 @@ Discourse::Application.routes.draw do
|
||||
get "tos" => "static#show", id: "tos", as: 'tos'
|
||||
get "privacy" => "static#show", id: "privacy", as: 'privacy'
|
||||
get "signup" => "list#latest"
|
||||
get "login-preferences" => "static#show", id: "login"
|
||||
|
||||
get "users/admin-login" => "users#admin_login"
|
||||
put "users/admin-login" => "users#admin_login"
|
||||
|
Reference in New Issue
Block a user