mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Merge branch 'master' of github.com:internetee/registry
This commit is contained in:
commit
23d24aad84
4 changed files with 34 additions and 12 deletions
|
@ -73,8 +73,7 @@ class Contact < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def auth_info_matches(pw)
|
||||
return true if auth_info == pw
|
||||
false
|
||||
auth_info == pw
|
||||
end
|
||||
|
||||
# Find a way to use self.domains with contact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue