fix(client): logout
Some checks failed
Backend Check Build (NixCN CMS) TeamCity build finished
Client CMS Check Build (NixCN CMS) TeamCity build failed

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-01-30 22:48:09 +08:00
parent 88a14bfced
commit 6ea414bc88
15 changed files with 186 additions and 150 deletions

View File

@@ -79,7 +79,7 @@ export function EditProfileDialog() {
onSubmit={(e) => {
e.preventDefault();
e.stopPropagation();
form.handleSubmit().then(() => setOpen(false));
void form.handleSubmit().then(() => setOpen(false));
}}
className="grid gap-4"
>