From b760b58669801ab64630f71a98b8e0896b178a36 Mon Sep 17 00:00:00 2001 From: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:03:08 -0400 Subject: [PATCH] Update user-agent header in Authenticator app (#5067) --- .../data/platform/datasource/network/util/HeaderUtils.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authenticator/src/main/kotlin/com/bitwarden/authenticator/data/platform/datasource/network/util/HeaderUtils.kt b/authenticator/src/main/kotlin/com/bitwarden/authenticator/data/platform/datasource/network/util/HeaderUtils.kt index e36c1ea050..492e823fa8 100644 --- a/authenticator/src/main/kotlin/com/bitwarden/authenticator/data/platform/datasource/network/util/HeaderUtils.kt +++ b/authenticator/src/main/kotlin/com/bitwarden/authenticator/data/platform/datasource/network/util/HeaderUtils.kt @@ -8,7 +8,7 @@ import com.bitwarden.authenticator.BuildConfig */ @Suppress("MaxLineLength") val HEADER_VALUE_USER_AGENT: String = - "Bitwarden_Mobile/${BuildConfig.VERSION_NAME} (${BuildConfig.BUILD_TYPE}) (Android ${Build.VERSION.RELEASE}; SDK ${Build.VERSION.SDK_INT}; Model ${Build.MODEL})" + "Bitwarden_Authenticator_Mobile/${BuildConfig.VERSION_NAME} (${BuildConfig.BUILD_TYPE}) (Android ${Build.VERSION.RELEASE}; SDK ${Build.VERSION.SDK_INT}; Model ${Build.MODEL})" /** * The value used for the 'bitwarden-client-name' headers.