fix: affiliation ok login msg

This commit is contained in:
Thibaut Valentin 2025-11-07 15:57:36 +01:00
parent 7767c98304
commit b956236934

View File

@ -126,6 +126,7 @@ function ReAuthMsg() {
const notAuthPaths = [ const notAuthPaths = [
/^\/$/s, /^\/$/s,
/^\/affiliation(\/)?$/s, /^\/affiliation(\/)?$/s,
/^\/affiliation\/ok(\/)?$/s,
/^\/complete\/auth.*$/s /^\/complete\/auth.*$/s
] ]