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

Commit

Permalink
Sign up page: Image is broken #418 (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: salondev <[email protected]>
  • Loading branch information
gvijay4321 and salondev authored Jan 18, 2024
1 parent 6feaec7 commit e24b403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/auth/[...nextauth]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const authOptions: NextAuthOptions = {
theme: {
colorScheme: "dark", // "auto" | "dark" | "light"
brandColor: "#238636", // Hex color code
logo: "public/logo.png", // Absolute URL to image
logo: "/favicon/favicon-32x32.png", // Absolute URL to image
},
// Configure one or more authentication providers
providers: [
Expand Down

0 comments on commit e24b403

Please sign in to comment.