minor
This commit is contained in:
parent
4971ef16a7
commit
3316dd00a9
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue