Merge branch 'master' into canary

This commit is contained in:
Mr. Stallion 2023-09-03 18:15:41 -07:00
commit 10710c4d04

View File

@ -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 {