Skip to content

Commit a5c3ea3

Browse files
jkmasselclaude
andcommitted
Pass applicationName to KeystorePasswordTransformer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 30afcfe commit a5c3ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/kotlin/example/composeApp/src/androidMain/kotlin/rs/wordpress/example/ExampleApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ExampleApplication: Application() {
1313

1414
val accountRepository = AccountRepository(
1515
rootPath = filesDir.resolve("accounts").absolutePath,
16-
passwordTransformer = KeystorePasswordTransformer()
16+
passwordTransformer = KeystorePasswordTransformer("wordpress-rs-example")
1717
)
1818

1919
startKoin {

0 commit comments

Comments
 (0)