Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hearmeneigh committed Sep 4, 2023
1 parent 4971ef1 commit 3316dd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion electron/secure-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ export class SecureStore {
accessPropertiesByDotNotation: true,
clearInvalidConfig: true,
name: storeName,
projectName: storeName,
watch: true,
encryptionKey: obfuscationKey // obfuscation only
});
} as any);
}

private getKey(domain: string, account: string): string {
Expand Down

0 comments on commit 3316dd0

Please sign in to comment.