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