Skip to content

Commit 8fad242

Browse files
committed
fix: itaobuy register page
1 parent 9aadc8e commit 8fad242

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib/validateRegisterPage.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ export function validateRegisterPage(
9191
location.search.includes('loginStatus=register')
9292
);
9393
}
94+
if (agent === 'itaobuy') {
95+
return location.pathname.startsWith('/register');
96+
}
9497

9598
return false;
9699
}

0 commit comments

Comments
 (0)