mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
Do not log the ssh public key
Not necessary
This commit is contained in:
@ -309,7 +309,7 @@ class Settings extends ChangeNotifier {
|
||||
'bottomMenuBar': bottomMenuBar.toString(),
|
||||
'storeInternally': storeInternally.toString(),
|
||||
'storageLocation': storageLocation,
|
||||
'sshPublicKey': sshPublicKey,
|
||||
'sshPublicKey': sshPublicKey.isNotEmpty.toString(),
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user