Skip to content

Commit 4d834f0

Browse files
authored
Remove mask allowed copy and seeing credentials since we testing (#7789)
1 parent 0ffd007 commit 4d834f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/insomnia/src/ui/components/editors/auth/basic-auth.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const BasicAuth: FC<{ disabled?: boolean }> = ({ disabled = false }) => (
88
<AuthTableBody>
99
<AuthToggleRow label="Enabled" property="disabled" invert disabled={disabled} />
1010
<AuthInputRow label="Username" property="username" disabled={disabled} />
11-
<AuthInputRow label="Password" property="password" mask disabled={disabled} />
11+
<AuthInputRow label="Password" property="password" disabled={disabled} />
1212
<AuthToggleRow
1313
label="Use ISO 8859-1"
1414
help="Check this to use ISO-8859-1 encoding instead of default UTF-8"

0 commit comments

Comments
 (0)