mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Fix mess with registrant user routes
This commit is contained in:
parent
94b8ffd158
commit
6e99521d59
6 changed files with 54 additions and 55 deletions
|
@ -2,7 +2,7 @@ require 'open3'
|
|||
|
||||
class ApiUser < User
|
||||
include EppErrors
|
||||
devise :database_authenticatable, :trackable, :timeoutable, #:id_card_authenticatable,
|
||||
devise :database_authenticatable, :trackable, :timeoutable,
|
||||
authentication_keys: [:username]
|
||||
|
||||
def epp_code_map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue