diff --git a/react/features/room-lock/components/PasswordRequiredPrompt.web.tsx b/react/features/room-lock/components/PasswordRequiredPrompt.web.tsx index f9cc0475c7..8d7f66e00b 100644 --- a/react/features/room-lock/components/PasswordRequiredPrompt.web.tsx +++ b/react/features/room-lock/components/PasswordRequiredPrompt.web.tsx @@ -149,7 +149,7 @@ class PasswordRequiredPrompt extends Component { // We have used the password so let's clean it. this.setState({ - password: undefined + password: '' }); return true;