mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix admin key 3 typo
This commit is contained in:
parent
9f9313ffba
commit
fd901ac4d0
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ struct SecurityConfig: View {
|
|||
} else {
|
||||
hasValidAdminKey3 = false
|
||||
}
|
||||
if key != node?.securityConfig?.adminKey2?.base64EncodedString() ?? "" && hasValidAdminKey3 { hasChanges = true }
|
||||
if key != node?.securityConfig?.adminKey3?.base64EncodedString() ?? "" && hasValidAdminKey3 { hasChanges = true }
|
||||
}
|
||||
.onFirstAppear {
|
||||
// Need to request a SecurityConfig from the remote node before allowing changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue