Skip to content

Commit e2223e1

Browse files
committed
Убран лог
1 parent 4840eda commit e2223e1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/login/LoginPage.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export default {
1111
methods: {
1212
fetchLogin() {
1313
apiAuth.signIn(this.login, this.password).then(data => {
14-
console.log('data', data);
1514
if (data.code === 200) {
1615
this.$router.push('/admin/addSector')
1716
}

0 commit comments

Comments
 (0)