diff --git a/src/main/webapp/src/App.jsx b/src/main/webapp/src/App.jsx index bd10731..7cc63dc 100644 --- a/src/main/webapp/src/App.jsx +++ b/src/main/webapp/src/App.jsx @@ -126,6 +126,7 @@ function ReAuthMsg() { const notAuthPaths = [ /^\/$/s, /^\/affiliation(\/)?$/s, + /^\/affiliation\/ok(\/)?$/s, /^\/complete\/auth.*$/s ]