storage: remove usage of secret placeholder

This commit is contained in:
Girish Ramakrishnan
2025-10-08 15:44:58 +02:00
parent 84165e5342
commit f2316ec84e
6 changed files with 92 additions and 90 deletions
@@ -95,6 +95,7 @@ async function getMemory() {
defineExpose({
async open(t) {
t = JSON.parse(JSON.stringify(t)); // make a copy
formError.value = {};
busy.value = false;
site.value = t;