You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Windows portable: Fix keychain-backed storage incorrectly enabled (#10942)
This commit is contained in:
@ -5,7 +5,7 @@ export default class KeychainServiceDriver extends KeychainServiceDriverBase {
|
||||
public override readonly driverId: string = 'node-keytar';
|
||||
|
||||
public async supported(): Promise<boolean> {
|
||||
return !!shim.keytar();
|
||||
return !!shim.keytar?.();
|
||||
}
|
||||
|
||||
public async setPassword(name: string, password: string): Promise<boolean> {
|
||||
|
Reference in New Issue
Block a user