Remove setting that disables account deletes (#17683)
This commit is contained in:
parent
62782babd0
commit
93f340a4bf
8 changed files with 6 additions and 39 deletions
|
@ -87,10 +87,6 @@ module ApplicationHelper
|
|||
link_to label, omniauth_authorize_path(:user, provider), class: "button button-#{provider}", method: :post
|
||||
end
|
||||
|
||||
def open_deletion?
|
||||
Setting.open_deletion
|
||||
end
|
||||
|
||||
def locale_direction
|
||||
if RTL_LOCALES.include?(I18n.locale)
|
||||
'rtl'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue