From a7a0f49bc7f945651dc16322d42062a6cf4a517c Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 14 Jan 2026 09:50:00 +0800 Subject: [PATCH] bugfix --- wwwroot/user/up_login.dspy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/user/up_login.dspy b/wwwroot/user/up_login.dspy index ef2af48..43ff560 100644 --- a/wwwroot/user/up_login.dspy +++ b/wwwroot/user/up_login.dspy @@ -31,7 +31,7 @@ async with db.sqlorContext(dbname) as sor: "binds":[ { "wid":"self", - "event":"opened", + "event":"dismissed", "actiontype":"urlwidget", "target":"window.user_container", "options":{ @@ -40,7 +40,7 @@ async with db.sqlorContext(dbname) as sor: }, { "wid":"self", - "event":"opened", + "event":"dismissed", "actiontype":"script", "target":params_kw.referer_widget, "script":"this.destroy()"