mirror of
https://github.com/internetee/registry.git
synced 2025-08-22 17:20:49 +02:00
Configure sk service name #2619
This commit is contained in:
parent
b8597d636d
commit
f3d6846a11
2 changed files with 7 additions and 4 deletions
|
@ -98,7 +98,7 @@ class Registrar::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