mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
Log if the private key is not empty in the settings
It typically shouldn't be
This commit is contained in:
@ -353,6 +353,7 @@ class Settings extends ChangeNotifier {
|
|||||||
'storeInternally': storeInternally.toString(),
|
'storeInternally': storeInternally.toString(),
|
||||||
'storageLocation': storageLocation,
|
'storageLocation': storageLocation,
|
||||||
'sshPublicKey': sshPublicKey.isNotEmpty.toString(),
|
'sshPublicKey': sshPublicKey.isNotEmpty.toString(),
|
||||||
|
'sshPrivateKey': sshPrivateKey.isNotEmpty.toString(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user