Skip to content
Snippets Groups Projects
Unverified Commit cf5435bb authored by Gomasy's avatar Gomasy Committed by GitHub
Browse files

Fix being unable to search by domain (#17832)

parent c0e3b20c
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
= hidden_field_tag key, params[key]
- %i(username by_domain display_name email ip).each do |key|
- unless key == :by_domain && params[:remote].blank?
- unless key == :by_domain && params[:origin] != 'remote'
.input.string.optional
= text_field_tag key, params[key], class: 'string optional', placeholder: I18n.t("admin.accounts.#{key}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment