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 49384bd commit 1a914a6Copy full SHA for 1a914a6
apps/web/src/hooks/use-auth.ts
@@ -14,8 +14,6 @@ const useRedirectParam = () => {
14
const value =
15
redirectParam && redirectParam.startsWith("/") ? redirectParam : "/";
16
17
- console.log(value);
18
-
19
return value;
20
};
21
0 commit comments