Set OmniAuth on failure config

This commit is contained in:
Alex Sherman 2020-09-25 13:20:27 +05:00
parent d256aa357e
commit 227c2f100d
9 changed files with 64 additions and 60 deletions

View file

@ -2,7 +2,7 @@ require 'open3'
class ApiUser < User
include EppErrors
devise :database_authenticatable, :trackable, :timeoutable, :id_card_authenticatable,
devise :database_authenticatable, :trackable, :timeoutable, #:id_card_authenticatable,
authentication_keys: [:username]
def epp_code_map