mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 01:02:14 +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(),
|
||||
'storageLocation': storageLocation,
|
||||
'sshPublicKey': sshPublicKey.isNotEmpty.toString(),
|
||||
'sshPrivateKey': sshPrivateKey.isNotEmpty.toString(),
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user