fix: affiliation ok login msg

This commit is contained in:
Thibaut Valentin 2025-11-07 15:57:36 +01:00
parent 80fef98e07
commit b320d7db37

View File

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