diff --git a/src/components/login/login.ts b/src/components/login/login.ts index 114fa0a..0b729c6 100644 --- a/src/components/login/login.ts +++ b/src/components/login/login.ts @@ -19,9 +19,6 @@ export default class Login extends Vue */ public onLoginClick() { - // Call custom event - this.$emit('login:click', this.username, this.password); - // Make login button loading this.loading = true;