✨ feat(subscription): Refactor subscription handling and update imports for better organization
This commit is contained in:
@@ -52,6 +52,7 @@ export function Logout() {
|
||||
const pathname = location.pathname;
|
||||
if (
|
||||
!['', '/', '/auth', '/tos', '/privacy-policy'].includes(pathname) &&
|
||||
!pathname.startsWith('/purchasing') &&
|
||||
!pathname.startsWith('/oauth/')
|
||||
) {
|
||||
setRedirectUrl(location.pathname);
|
||||
|
||||
Reference in New Issue
Block a user