Skip to content

Commit 543ea3a

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent a011108 commit 543ea3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

auth.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ import Zoom from "next-auth/providers/zoom"
3030
import type { NextAuthConfig } from "next-auth"
3131

3232
export const config = {
33-
theme: {
34-
logo: "https://next-auth.js.org/img/logo-sm.png",
35-
},
33+
theme: { logo: "https://authjs.dev/img/logo-sm.png" },
3634
providers: [
3735
Apple,
3836
Auth0,

0 commit comments

Comments
 (0)