diff options
author | 2024-08-05 23:49:55 -0700 | |
---|---|---|
committer | 2024-08-05 23:49:55 -0700 | |
commit | 32c8b0b24e868505eb46b3dbe2f3e29d467df2e4 (patch) | |
tree | 225c8433be783d9abd1001a28481526229d425bb /frontend/src/app/api/auth | |
parent | c1af02affa172ddd869d042085e70b5f4deb4ab5 (diff) | |
download | ibd-trader-32c8b0b24e868505eb46b3dbe2f3e29d467df2e4.tar.gz ibd-trader-32c8b0b24e868505eb46b3dbe2f3e29d467df2e4.tar.zst ibd-trader-32c8b0b24e868505eb46b3dbe2f3e29d467df2e4.zip |
Fix formatting
Diffstat (limited to 'frontend/src/app/api/auth')
-rw-r--r-- | frontend/src/app/api/auth/[auth0]/route.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/api/auth/[auth0]/route.ts b/frontend/src/app/api/auth/[auth0]/route.ts index fc08676..3ce09af 100644 --- a/frontend/src/app/api/auth/[auth0]/route.ts +++ b/frontend/src/app/api/auth/[auth0]/route.ts @@ -1,3 +1,3 @@ -import {handleAuth} from '@auth0/nextjs-auth0'; +import { handleAuth } from "@auth0/nextjs-auth0"; export const GET = handleAuth(); |