Skip to content

Commit

Permalink
log route
Browse files Browse the repository at this point in the history
  • Loading branch information
peterphanouvong committed May 19, 2022
1 parent bac0de2 commit b584631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/handlers/handleAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default () =>
query: { kindeAuth: route },
} = req;

console.log("query", query);
console.log("route", route);
switch (route) {
case "login":
return login(req, res);
Expand Down

0 comments on commit b584631

Please sign in to comment.