Skip to content

Commit 0707ba6

Browse files
authored
fix(signin): Set default input type to text to fix CSS (#2881)
1 parent c5bd99d commit 0707ba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/pages/signin.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export default function Signin({
106106
<input
107107
name={credential}
108108
id={`input-${credential}-for-${provider.id}-provider`}
109+
type={provider.credentials[credential].type || "text"}
109110
placeholder={
110111
provider.credentials[credential].placeholder || "Password"
111112
}

0 commit comments

Comments
 (0)