Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-12 13:27:28 +04:00
parent 85858df71a
commit aed6a3e946
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 3d111de2b364a6191d213c138b1d2d11a999f779
Subproject commit 97ff5929f9ff4da53190eb10e94c45ac3bd05093

View file

@ -56,7 +56,7 @@ internal object GeneratedEnvironmentConfigConverter {
customerIoCdpApiKey = GeneratedEnvironmentConfig.CustomerIO.androidApiKey,
surveySparrowToken = GeneratedEnvironmentConfig.SurveySparrow.apiKey,
surveySparrowSwapRating = createSurveySparrowSwapRating(),
authServiceKey = null, // TODO: provide service key [REDACTED_JIRA]
authServiceKey = GeneratedEnvironmentConfig.authServiceKey,
)
}