Fix email login
This commit is contained in:
parent
bcb2ba0b1b
commit
111370c025
1 changed files with 1 additions and 1 deletions
|
|
@ -40,10 +40,10 @@
|
||||||
password
|
password
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
browser && location.reload();
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
browser && toast.push(error.error || error || 'Ooops something went wrong.');
|
browser && toast.push(error.error || error || 'Ooops something went wrong.');
|
||||||
} finally {
|
} finally {
|
||||||
|
browser && location.reload();
|
||||||
loading = false;
|
loading = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue