Commit b5cf956af4c31e48f449fbac19f620b83acc7898
1 parent
5f0b1280
Déconnexion via bouton profil
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.php
... | ... | @@ -100,7 +100,7 @@ |
100 | 100 | </div> |
101 | 101 | <ul class="right hide-on-med-and-down"> |
102 | 102 | <li v-if="moi.connecte"> |
103 | - <a class="dropdown-button" @click="changerPage('gestion', 'utilisateurs')"> | |
103 | + <a class="dropdown-button" @click="deconnecter"> | |
104 | 104 | <i class="material-icons">perm_identity</i> {{ moi.login }} (<i class="material-icons">timer</i> {{ timer }}) |
105 | 105 | </a> |
106 | 106 | </li> | ... | ... |