fix: aff renew select length
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 10m51s
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 10m51s
This commit is contained in:
@@ -130,8 +130,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