Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Amrutiya <[email protected]>
  • Loading branch information
amitamrutiya committed Mar 18, 2024
1 parent 692ce81 commit a1a215a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/src/app/api/auth/[auth0]/route.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { handleAuth, handleLogin } from "@auth0/nextjs-auth0";
import { handleAuth } from "@auth0/nextjs-auth0";

export const GET = handleAuth({
login: handleLogin(),
});
export const GET = handleAuth();

// /api/auth/login: The route used to perform login with Auth0.
// /api/auth/logout: The route used to log the user out.
Expand Down

0 comments on commit a1a215a

Please sign in to comment.