feat: 增加register2页面
CI / build (20.15.1) (push) Has been cancelled

This commit is contained in:
2025-12-11 06:31:19 -08:00
parent b0c8cfb024
commit f7fa3a46d2
10 changed files with 722 additions and 16 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export function Logout() {
Crisp.session.reset(); // 2. Unbind the current session
const pathname = location.pathname;
if (
!['', '/', '/auth', '/tos', '/privacy-policy', '/register'].includes(pathname) &&
!['', '/', '/auth', '/tos', '/privacy-policy', '/register', '/register2'].includes(pathname) &&
!pathname.startsWith('/purchasing') &&
!pathname.startsWith('/oauth/')
) {