diff --git a/frontend/src/store/store.js b/frontend/src/store/store.js index 21ac4635e..f6e7898cc 100644 --- a/frontend/src/store/store.js +++ b/frontend/src/store/store.js @@ -61,8 +61,8 @@ export const store = new Vuex.Store({ } }, createUser: async ({ dispatch }, data) => { - console.log('action: createUser') - console.log('data ', data) + //console.log('action: createUser') + //console.log('data ', data) const result = await loginAPI.create(data.email,data.first_name,data.last_name,data.password) if( result.success ){ // TODO We are not logged in, we need to do that manually. diff --git a/frontend/src/views/Pages/Register.vue b/frontend/src/views/Pages/Register.vue index 384c2bc78..4ad05982c 100755 --- a/frontend/src/views/Pages/Register.vue +++ b/frontend/src/views/Pages/Register.vue @@ -92,10 +92,8 @@