fix: aff renew select length
This commit is contained in:
@@ -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 <>
|
||||
|
||||
Reference in New Issue
Block a user