From 3f538ccf956ffcd14fdfd4b2f29210389013b3ff Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 6 Apr 2022 12:26:36 +0200 Subject: [PATCH] Avoid NavigationDuplicated error after Login Only redirect on mounted if already logged-in Signed-off-by: Thomas Citharel --- js/src/views/User/Login.vue | 16 +++++++--------- .../unit/specs/components/User/login.spec.ts | 6 +++--- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/js/src/views/User/Login.vue b/js/src/views/User/Login.vue index 56bff7077..953b75574 100644 --- a/js/src/views/User/Login.vue +++ b/js/src/views/User/Login.vue @@ -123,7 +123,7 @@