Make statusmessage disappear sooner

This commit is contained in:
Bruno Rybársky 2024-02-06 21:11:37 +01:00
parent e6de882141
commit 6458ab82a1

@ -21,7 +21,7 @@ async function handleResponse(data, successMessage, failureMessage) {
setTimeout(() => { setTimeout(() => {
statusMessage.remove(); statusMessage.remove();
}, 500); }, 500);
}, 3000); }, 2000);
} }
async function showDashboardGreeting() { async function showDashboardGreeting() {