Skip to content

Commit

Permalink
fix: auth.ts } typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroCho committed May 25, 2024
1 parent 31476b6 commit 909a4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch3-1/src/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const {
providers: [
CredentialsProvider({
async authorize(credentials) {
const authResponse = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}}/api/login`, {
const authResponse = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}/api/login`, {
method: "POST",
headers: {
"Content-Type": "application/json",
Expand Down

0 comments on commit 909a4f2

Please sign in to comment.