From b320d7db372003cb54be08ba0d5df9ed2a0ace94 Mon Sep 17 00:00:00 2001 From: Thibaut Valentin Date: Fri, 7 Nov 2025 15:57:36 +0100 Subject: [PATCH] fix: affiliation ok login msg --- src/main/webapp/src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/src/App.jsx b/src/main/webapp/src/App.jsx index c6b2712..de14cca 100644 --- a/src/main/webapp/src/App.jsx +++ b/src/main/webapp/src/App.jsx @@ -132,6 +132,7 @@ function ReAuthMsg() { const notAuthPaths = [ /^\/$/s, /^\/affiliation(\/)?$/s, + /^\/affiliation\/ok(\/)?$/s, /^\/complete\/auth.*$/s ]