fix: aff renew select length

This commit is contained in:
2025-11-07 16:19:49 +01:00
parent ee476cd0e2
commit fccea5bf6a
2 changed files with 3 additions and 5 deletions

View File

@@ -136,8 +136,6 @@ function ReAuthMsg() {
/^\/complete\/auth.*$/s
]
console.log(location.pathname, notAuthPaths.some(r => r.test(location.pathname)))
if (is_authenticated || notAuthPaths.some(r => r.test(location.pathname)))
return <></>
return <>