diff --git a/src/store/index.js b/src/store/index.js
index 232b6f380fccca09a092b8ab1666168d7c42c360..3c91fe2508967db5385ef6916a938e48ff86752a 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -227,6 +227,7 @@ export default new Vuex.Store({
             commit('DISPLAY_MESSAGE', {
               comment: `Vous êtes maintenant connecté ${ user.first_name} ${ user.last_name}`, level: 'positive'
             });
+            dispatch('projects/GET_PROJECTS');
           }
         })
         .catch((err) => {