Do not log the ssh public key

Not necessary
This commit is contained in:
Vishesh Handa
2020-10-21 17:09:18 +02:00
parent c86e0d278c
commit 16dea3af1b

View File

@ -309,7 +309,7 @@ class Settings extends ChangeNotifier {
'bottomMenuBar': bottomMenuBar.toString(),
'storeInternally': storeInternally.toString(),
'storageLocation': storageLocation,
'sshPublicKey': sshPublicKey,
'sshPublicKey': sshPublicKey.isNotEmpty.toString(),
};
}