#28 style: fix lint issues in auth components
This commit is contained in:
@@ -56,7 +56,7 @@ export default {
|
||||
password: this.password,
|
||||
});
|
||||
this.show = false;
|
||||
this.$emit('login-success'); // notifica al NavBar
|
||||
this.$emit('login-success');
|
||||
} catch (e) {
|
||||
this.error = e.message ?? 'Error al iniciar sesión';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user