fix
This commit is contained in:
@@ -652,7 +652,9 @@
|
|||||||
"x": 1270,
|
"x": 1270,
|
||||||
"y": 112,
|
"y": 112,
|
||||||
"wires": [
|
"wires": [
|
||||||
[]
|
[
|
||||||
|
"ba72891bd1ae7d23"
|
||||||
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -680,7 +682,7 @@
|
|||||||
"type": "function",
|
"type": "function",
|
||||||
"z": "9fbdd3f57deafc08",
|
"z": "9fbdd3f57deafc08",
|
||||||
"name": "Make msg payload to delete password on wallet",
|
"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,
|
"outputs": 1,
|
||||||
"timeout": 0,
|
"timeout": 0,
|
||||||
"noerr": 0,
|
"noerr": 0,
|
||||||
@@ -720,6 +722,29 @@
|
|||||||
],
|
],
|
||||||
"x": 1270,
|
"x": 1270,
|
||||||
"y": 240,
|
"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": [
|
"wires": [
|
||||||
[]
|
[]
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user