Changeset 0.10.5 (#61)

This commit is contained in:
2026-02-25 00:18:03 +00:00
parent e5ee78c498
commit d2ec55b16d
16 changed files with 1643 additions and 801 deletions

View File

@@ -314,7 +314,7 @@ async function handleRegister() {
}
async function handleLogout() {
if (!confirm('Sign out?')) return;
if (!await showConfirm('Sign out?')) return;
Events.disconnect();
Events.clear();
await API.logout();