Fix login again
This commit is contained in:
parent
111370c025
commit
df41cf14da
1 changed files with 4 additions and 4 deletions
|
|
@ -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 a new issue