We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa527ae commit a2b84fcCopy full SHA for a2b84fc
apps/builder/app/auth/secret-login.tsx
@@ -14,7 +14,7 @@ export const SecretLogin = () => {
14
<Flex gap="2">
15
<InputField
16
name="secret"
17
- type="password"
+ type="text"
18
minLength={2}
19
required
20
autoFocus
0 commit comments