store.commit('CLEAR_MESSAGES');// Remove other messages to avoid displaying twice that the user is not connected
store.commit('DISPLAY_MESSAGE',{comment:`Vous n'avez pas accès à ce signalement ${store.state.user?'avec cet utilisateur':'hors connexion, veuillez-vous connecter au préalable'}`,level:'negative'});