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
}
});
loading = false;
browser && location.reload();
setTimeout(() => {
browser && location.reload();
}, 1000);
} catch (error) {
loading = false;
browser && toast.push(error.error || error || 'Ooops something went wrong.');