Fix login again

This commit is contained in:
Andras Bacsai 2021-06-22 11:12:30 +02:00
parent 111370c025
commit df41cf14da

View File

@ -40,11 +40,11 @@
password
}
});
} catch (error) {
browser && toast.push(error.error || error || 'Ooops something went wrong.');
} finally {
browser && location.reload();
loading = false;
browser && location.reload();
} catch (error) {
loading = false;
browser && toast.push(error.error || error || 'Ooops something went wrong.');
}
}
</script>