add a default error message

This commit is contained in:
Andreas Zweili 2021-07-28 22:52:20 +02:00
parent 0d0f934a9a
commit abc9fcdb52
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export default {
});
}
} catch (error) {
this.error = error;
this.error = error.message || 'Failed to authenticate, try later.';
}
this.isLoading = false;
},