Skip to content

Commit

Permalink
fix mail
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Jul 11, 2024
1 parent cb2a1da commit 3a84365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Utilisateur/ModificationEmail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const user = authStore.getUser
function setEmailUser(email){
user.value.email = email;
authStore.set
authStore.setUser(user);
router.push('Accueil');
}
</script>

0 comments on commit 3a84365

Please sign in to comment.