Skip to content
Snippets Groups Projects
Commit aab89b0d authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix typo

parent 64d17ad5
No related branches found
No related tags found
2 merge requests!2132.3.2-rc1,!205REDMINE_ISSUE-12559
...@@ -102,7 +102,7 @@ export default { ...@@ -102,7 +102,7 @@ export default {
if (this.$store.state.user) { if (this.$store.state.user) {
this.$store.commit( this.$store.commit(
"DISPLAY_MESSAGE", "DISPLAY_MESSAGE",
"Vous êtes déjà connecté, vous allez être rediriger vers la page d'accueil." "Vous êtes déjà connecté, vous allez être redirigé vers la page d'accueil."
); );
setTimeout(() => this.$router.push("/"), 3100); setTimeout(() => this.$router.push("/"), 3100);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment