We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a011108 commit 543ea3aCopy full SHA for 543ea3a
auth.ts
@@ -30,9 +30,7 @@ import Zoom from "next-auth/providers/zoom"
30
import type { NextAuthConfig } from "next-auth"
31
32
export const config = {
33
- theme: {
34
- logo: "https://next-auth.js.org/img/logo-sm.png",
35
- },
+ theme: { logo: "https://authjs.dev/img/logo-sm.png" },
36
providers: [
37
Apple,
38
Auth0,
0 commit comments