Skip to content

Commit a2b84fc

Browse files
authored
refactor: use text field for devlogin (#4838)
Password field makes it harder to enter email for new user. Since thew feature is dev only there is no need to protect it as password.
1 parent aa527ae commit a2b84fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/builder/app/auth/secret-login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const SecretLogin = () => {
1414
<Flex gap="2">
1515
<InputField
1616
name="secret"
17-
type="password"
17+
type="text"
1818
minLength={2}
1919
required
2020
autoFocus

0 commit comments

Comments
 (0)