Skip to content

Commit

Permalink
Fix: Don't require login for solicitations list (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Sep 16, 2023
1 parent 5a89647 commit 280e4c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/solicitations/solicitations.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const routes: Routes = [
{
path: '',
component: ListSolicitationsComponent,
canActivate: [Guards.isLoggedIn()],
},
{
path: 'create',
Expand Down

0 comments on commit 280e4c0

Please sign in to comment.