fix return statement

This commit is contained in:
Garth Vander Houwen 2024-08-20 07:40:20 -07:00
parent 7657a2c669
commit eb3efd88ad

View file

@ -172,7 +172,7 @@ struct SecurityConfig: View {
SaveConfigButton(node: node, hasChanges: $hasChanges) {
if !hasValidAdminKey || !hasValidPrivateKey || !hasValidAdminKey {
if !hasValidPublicKey || !hasValidPrivateKey || !hasValidAdminKey {
return
}