dev #58

Merged
Thibaut merged 6 commits from dev into master 2025-11-07 15:31:18 +00:00
Showing only changes of commit b956236934 - Show all commits

View File

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