diff --git a/src/components/login/login.ts b/src/components/login/login.ts index 8422194..0879d78 100644 --- a/src/components/login/login.ts +++ b/src/components/login/login.ts @@ -42,6 +42,9 @@ export default class Login extends Vue } else { + // Show error message + this.error = response.token; + // Allow the user to retry this.loading = false; }