You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Desktop: Use Electron safeStorage for keychain support (#10535)
This commit is contained in:
@@ -624,7 +624,7 @@ async function initialize(dispatch: Dispatch) {
|
||||
reg.logger().info('Database is ready.');
|
||||
reg.logger().info('Loading settings...');
|
||||
|
||||
await loadKeychainServiceAndSettings(KeychainServiceDriverMobile);
|
||||
await loadKeychainServiceAndSettings([KeychainServiceDriverMobile]);
|
||||
await migrateMasterPassword();
|
||||
|
||||
if (!Setting.value('clientId')) Setting.setValue('clientId', uuid.create());
|
||||
|
||||
Reference in New Issue
Block a user