File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ export function SignIn() {
4949 < Input
5050 type = "email"
5151 autoFocus = { true }
52+ autoComplete = "email"
5253 className = "bg-purple-400 border-purple-400 dark:bg-black dark:border-black"
5354 { ...field }
5455 />
@@ -66,6 +67,7 @@ export function SignIn() {
6667 < FormControl >
6768 < Input
6869 type = "password"
70+ autoComplete = "current-password"
6971 className = "bg-purple-400 border-purple-400 dark:bg-black dark:border-black"
7072 { ...field }
7173 />
Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ export function SignUp() {
175175 < FormControl >
176176 < Input
177177 type = "password"
178+ autoComplete = "new-password"
178179 className = "bg-purple-400 border-purple-400 dark:bg-black dark:border-black"
179180 { ...field }
180181 />
@@ -192,6 +193,7 @@ export function SignUp() {
192193 < FormControl >
193194 < Input
194195 type = "password"
196+ autoComplete = "new-password"
195197 className = "bg-purple-400 border-purple-400 dark:bg-black dark:border-black"
196198 { ...field }
197199 />
You can’t perform that action at this time.
0 commit comments