Skip to content

Commit

Permalink
refactor: use text field for devlogin (#4838)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TrySound authored Feb 9, 2025
1 parent aa527ae commit a2b84fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/app/auth/secret-login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const SecretLogin = () => {
<Flex gap="2">
<InputField
name="secret"
type="password"
type="text"
minLength={2}
required
autoFocus
Expand Down

0 comments on commit a2b84fc

Please sign in to comment.