We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2886e64 commit 2d293c0Copy full SHA for 2d293c0
hooks/isAuthenticated.ts
@@ -1,7 +1,6 @@
1
import { HookContext } from '@feathersjs/feathers';
2
3
export default async (context: HookContext): Promise<boolean> => {
4
- console.log(context.params.authenticated);
5
return context.params.authenticated || false;
6
};
7
0 commit comments