Changeset 0.10.5 (#61)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user