Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
disabled DB
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Sep 12, 2023
1 parent 69dc773 commit 7db0ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/auth/[...nextauth]/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const connection: DataSourceOptions = {
}

const authOptions: AuthOptions = {
adapter: TypeORMAdapter(connection) as Adapter,
// adapter: TypeORMAdapter(connection) as Adapter,
providers: [
GithubProvider({
clientId: process.env.GITHUB_ID as string,
Expand Down

0 comments on commit 7db0ace

Please sign in to comment.