Skip to content

Commit

Permalink
fix: Add missing logo to Default Signin Page (#6728)
Browse files Browse the repository at this point in the history
fix(packages\next-auth\src\core\pages\signin.tsx): add missing logo
  • Loading branch information
raulmarindev committed Feb 17, 2023
1 parent 9e423f3 commit 5ecf20a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next-auth/src/core/pages/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default function SigninPage(props: SignInServerPageParams) {
/>
)}
<div className="card">
{theme.logo && <img src={theme.logo} alt="Logo" className="logo" />}
{error && (
<div className="error">
<p>{error}</p>
Expand Down

1 comment on commit 5ecf20a

@vercel
Copy link

@vercel vercel bot commented on 5ecf20a Feb 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.