mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Fix: actually copy public key (#1793)
This commit is contained in:
parent
fd709addc8
commit
2a710ba85f
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ fun SecurityConfigItemList(
|
|||
},
|
||||
trailingIcon = {
|
||||
CopyIconButton(
|
||||
valueToCopy = securityInput.privateKey.encodeToString(),
|
||||
valueToCopy = securityInput.publicKey.encodeToString(),
|
||||
)
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue