Fix email login
This commit is contained in:
parent
bcb2ba0b1b
commit
111370c025
@ -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…
x
Reference in New Issue
Block a user