Skip to content

Commit

Permalink
Apply default passphrase in PreJoin (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Sep 7, 2023
1 parent 5711a77 commit 1a6e839
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-toys-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@livekit/components-react": patch
---

Apply default passphrase in PreJoin
1 change: 1 addition & 0 deletions packages/react/src/prefabs/PreJoin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ export function PreJoin({
<input
id="passphrase"
type="password"
value={sharedPassphrase}
onChange={(ev) => setSharedPassphrase(ev.target.value)}
/>
</div>
Expand Down

0 comments on commit 1a6e839

Please sign in to comment.