Hm, soemthing is not working

This commit is contained in:
Andras Bacsai
2021-06-22 11:20:21 +02:00
parent df41cf14da
commit 7e2f68870c

View File

@@ -40,8 +40,9 @@
password password
} }
}); });
loading = false; setTimeout(() => {
browser && location.reload(); browser && location.reload();
}, 1000);
} catch (error) { } catch (error) {
loading = false; loading = false;
browser && toast.push(error.error || error || 'Ooops something went wrong.'); browser && toast.push(error.error || error || 'Ooops something went wrong.');