dev-comp #72

Merged
Thibaut merged 60 commits from dev into master 2025-12-19 13:47:40 +00:00
Showing only changes of commit b320d7db37 - Show all commits

View File

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