Browse Source

Clean up

pull/2135/head
Thomas 2 years ago
parent
commit
84da01d594
  1. 1
      apps/client/src/app/app.component.html
  2. 1
      apps/client/src/app/core/auth.guard.ts

1
apps/client/src/app/app.component.html

@ -50,7 +50,6 @@
currentRoute === 'features' ||
currentRoute === 'markets' ||
currentRoute === 'open' ||
currentRoute === 'personal-finance-tools' ||
currentRoute === 'pricing' ||
currentRoute === 'resources' ||
currentRoute === 'register' ||

1
apps/client/src/app/core/auth.guard.ts

@ -26,7 +26,6 @@ export class AuthGuard implements CanActivate {
'/markets',
'/open',
'/p',
'/personal-finance-tools',
'/pricing',
'/register',
'/resources'

Loading…
Cancel
Save