We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4840eda commit e2223e1Copy full SHA for e2223e1
1 file changed
src/components/login/LoginPage.vue
@@ -11,7 +11,6 @@ export default {
11
methods: {
12
fetchLogin() {
13
apiAuth.signIn(this.login, this.password).then(data => {
14
- console.log('data', data);
15
if (data.code === 200) {
16
this.$router.push('/admin/addSector')
17
}
0 commit comments