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