Skip to content

Commit

Permalink
chore: Temporarily closed 401
Browse files Browse the repository at this point in the history
  • Loading branch information
hqwuzhaoyi committed Oct 11, 2023
1 parent f5ca9b8 commit 867494f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/server/src/auth/auth.guard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class AuthGuard implements CanActivate {
context.getHandler(),
context.getClass(),
]);
return true;
if (isPublic) {
// 💡 See this condition
return true;
Expand Down

0 comments on commit 867494f

Please sign in to comment.