fix: remove time out

This commit is contained in:
Arman
2022-06-30 15:33:37 +02:00
parent bfa920545c
commit 97eddf67e0
@@ -21,9 +21,6 @@
showError = location;
errorMessage = message;
errorType = type;
setTimeout(() => {
showError = false;
}, 6000);
}
async function updateName() {