mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
This commit is contained in:
parent
b6dbd23ae7
commit
5a6b5f2cae
@ -40,11 +40,13 @@ export class CommonService {
|
||||
return obj;
|
||||
};
|
||||
this.removeAuthSecureData = (node) => {
|
||||
if (node.authentication) {
|
||||
delete node.authentication.macaroonPath;
|
||||
delete node.authentication.runePath;
|
||||
delete node.authentication.runeValue;
|
||||
delete node.authentication.lnApiPassword;
|
||||
delete node.authentication.options;
|
||||
}
|
||||
return node;
|
||||
};
|
||||
this.removeSecureData = (config) => {
|
||||
|
@ -47,11 +47,13 @@ export class CommonService {
|
||||
};
|
||||
|
||||
public removeAuthSecureData = (node: SelectedNode) => {
|
||||
if (node.authentication) {
|
||||
delete node.authentication.macaroonPath;
|
||||
delete node.authentication.runePath;
|
||||
delete node.authentication.runeValue;
|
||||
delete node.authentication.lnApiPassword;
|
||||
delete node.authentication.options;
|
||||
}
|
||||
return node;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user