This commit is contained in:
Mr. Stallion 2023-09-03 18:15:31 -07:00
parent 4971ef16a7
commit 3316dd00a9
1 changed files with 2 additions and 1 deletions

View File

@ -9,9 +9,10 @@ export class SecureStore {
accessPropertiesByDotNotation: true, accessPropertiesByDotNotation: true,
clearInvalidConfig: true, clearInvalidConfig: true,
name: storeName, name: storeName,
projectName: storeName,
watch: true, watch: true,
encryptionKey: obfuscationKey // obfuscation only encryptionKey: obfuscationKey // obfuscation only
}); } as any);
} }
private getKey(domain: string, account: string): string { private getKey(domain: string, account: string): string {