# Hide Password Visibility

### With Query Parameter

Add the `hidePasswords=true` query parameter to your app or embed URL

```uri
&hidePasswords=true
```

See [Query Params Reference](https://docs.appetize.io/~/changes/sS6WNGOYJiEFSzbb86Ey/query-params-reference#hidepasswords) for more information.

### With JavaScript SDK

Set `hidePasswords: true` in the configuration e.g.

```typescript
await client.config({
    hidePasswords: true,
    ...
})
```

See [Configuration](https://docs.appetize.io/~/changes/sS6WNGOYJiEFSzbb86Ey/javascript-sdk/configuration#hidepasswords) for more information.
