mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
MID service name for registrant #2620
This commit is contained in:
parent
f1c7568013
commit
e0c21acba5
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Registrant::SessionsController < Devise::SessionsController
|
|||
response = client.authenticate(
|
||||
phone: "+372#{phone}",
|
||||
message_to_display: 'Authenticating',
|
||||
service_name: 'Testing'
|
||||
service_name: ENV['sk_digi_doc_service_name'] || 'Testing'
|
||||
)
|
||||
|
||||
if response.faultcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue