mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-12 05:21:54 +01:00
Obscure text
This commit is contained in:
@@ -29,6 +29,7 @@ export function BasicAuth({ requestId, authentication }: Props) {
|
||||
label="Password"
|
||||
name="password"
|
||||
size="sm"
|
||||
type="password"
|
||||
defaultValue={`${authentication.password}`}
|
||||
onChange={(password: string) => {
|
||||
updateRequest.mutate((r) => ({
|
||||
|
||||
Reference in New Issue
Block a user