Fix login again
This commit is contained in:
parent
111370c025
commit
df41cf14da
@ -40,11 +40,11 @@
|
|||||||
password
|
password
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} catch (error) {
|
|
||||||
browser && toast.push(error.error || error || 'Ooops something went wrong.');
|
|
||||||
} finally {
|
|
||||||
browser && location.reload();
|
|
||||||
loading = false;
|
loading = false;
|
||||||
|
browser && location.reload();
|
||||||
|
} catch (error) {
|
||||||
|
loading = false;
|
||||||
|
browser && toast.push(error.error || error || 'Ooops something went wrong.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user