This commit is contained in:
2024-12-26 15:38:39 +01:00
parent f1b1fe95e1
commit 3366c7d4af

View File

@@ -652,7 +652,9 @@
"x": 1270,
"y": 112,
"wires": [
[]
[
"ba72891bd1ae7d23"
]
]
},
{
@@ -680,7 +682,7 @@
"type": "function",
"z": "9fbdd3f57deafc08",
"name": "Make msg payload to delete password on wallet",
"func": "let user = flow.get(\"user\");\nvar msg = {\n payload: {\n \"master_password\": \"Ase#2024@wallet!\",\n \"site\": user.concat(\"_ase_site\"),\n }\n}\nreturn msg;",
"func": "let user = flow.get(\"user\");\nif (user.endsWith('_ase')) {\n var msg = {\n payload: {\n \"master_password\": \"Ase#2024@wallet!\",\n \"site\": user.concat(\"_site\"),\n }\n }\n return msg;\n}\nreturn null;",
"outputs": 1,
"timeout": 0,
"noerr": 0,
@@ -720,6 +722,29 @@
],
"x": 1270,
"y": 240,
"wires": [
[
"ba72891bd1ae7d23"
]
]
},
{
"id": "ba72891bd1ae7d23",
"type": "ui_toast",
"z": "9fbdd3f57deafc08",
"position": "dialog",
"displayTime": "3",
"highlight": "",
"sendall": false,
"outputs": 1,
"ok": "OK",
"cancel": "",
"raw": false,
"className": "",
"topic": "",
"name": "",
"x": 1358,
"y": 176,
"wires": [
[]
]