fix(web): modal race condition (#19625)

* fix(web): modal race condition

* fix: translation

* fix: translation
This commit is contained in:
Daimolean
2025-07-01 03:33:47 +08:00
committed by GitHub
parent 181a7e115f
commit 53020852ec
5 changed files with 53 additions and 51 deletions

View File

@@ -35,8 +35,8 @@
$effect(() => {
setTranslations({
close: $t('close'),
showPassword: $t('show_password'),
hidePassword: $t('hide_password'),
show_password: $t('show_password'),
hide_password: $t('hide_password'),
});
});