[+] Show error message on error
This commit is contained in:
@@ -42,6 +42,9 @@ export default class Login extends Vue
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
// Show error message
|
||||||
|
this.error = response.token;
|
||||||
|
|
||||||
// Allow the user to retry
|
// Allow the user to retry
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user