diff --git a/src/components/login/login.ts b/src/components/login/login.ts index 7d48821..114fa0a 100644 --- a/src/components/login/login.ts +++ b/src/components/login/login.ts @@ -31,9 +31,6 @@ export default class Login extends Vue // Get response body text res.text().then(text => { - // Disable loading - this.loading = false; - // Call custom event with courses info this.$emit('login:courses', JSON.parse(text)); })