clear logs, added logger, replace cebab to camelcase

This commit is contained in:
2024-04-02 12:32:17 +03:00
parent 28c13c00ec
commit 2b2ad786b2
28 changed files with 145 additions and 184 deletions

View File

@@ -20,7 +20,6 @@ const users = {
state.notIncludedSiteUsersList = []
},
saveUsersOffSite({commit}, users) {
console.log(users)
commit('setUsersOffSite', users)
}
},

View File

@@ -285,7 +285,7 @@ describe("tests UserEditor component", () => {
})
// await wrapper.setData({ showNewPassword: true })
// console.log('passwordField', passwordField.attributes().type)
// expect(passwordField.attributes().type).toBe(true)
wrapper.vm.togglePass()