Sync DNS2 production changes - removed obsolete test suite and refactored structure
This commit is contained in:
@@ -182,7 +182,7 @@ class KeychainManager {
|
||||
try {
|
||||
execFileSync('secret-tool', ['store', `--label=${SERVICE_NAME}:${account}`, 'service', SERVICE_NAME, 'account', account], {
|
||||
input: value,
|
||||
stdio: ['pipe', 'ignore', 'ignore'],
|
||||
stdio: ['pipe', 'ignore', 'ignore']
|
||||
});
|
||||
return true;
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user