Skip to content

Commit

Permalink
fix(signin): Set default input type to text to fix CSS (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakaryan2004 committed Oct 2, 2021
1 parent c5bd99d commit 0707ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/pages/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export default function Signin({
<input
name={credential}
id={`input-${credential}-for-${provider.id}-provider`}
type={provider.credentials[credential].type || "text"}
placeholder={
provider.credentials[credential].placeholder || "Password"
}
Expand Down

0 comments on commit 0707ba6

Please sign in to comment.