mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-16 18:55:57 -04:00
Fix: actually copy public key (#1793)
This commit is contained in:
@@ -95,7 +95,7 @@ fun SecurityConfigItemList(
|
||||
},
|
||||
trailingIcon = {
|
||||
CopyIconButton(
|
||||
valueToCopy = securityInput.privateKey.encodeToString(),
|
||||
valueToCopy = securityInput.publicKey.encodeToString(),
|
||||
)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user