named anonymous functions
This commit is contained in:
@@ -81,7 +81,7 @@ export default {
|
||||
.then(() => {
|
||||
this.$router.replace({ name: "home" });
|
||||
})
|
||||
.catch(function(error) {
|
||||
.catch(function handleCaughtLoginError(error) {
|
||||
/* xeslint-disable-next-line */
|
||||
if (
|
||||
error.message &&
|
||||
|
||||
Reference in New Issue
Block a user