mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Allow changing auth info on contact update #2833
This commit is contained in:
parent
ba5d1b8e4d
commit
2598b4aa2f
5 changed files with 40 additions and 24 deletions
|
@ -60,7 +60,7 @@ class Epp::ContactsController < EppController
|
|||
|
||||
def find_contact
|
||||
code = params[:parsed_frame].css('id').text.strip.upcase
|
||||
|
||||
|
||||
@contact = Epp::Contact.find_by_epp_code(code)
|
||||
|
||||
if @contact.blank?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue