mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Updates field-text dependency version and add autofocus prop.
This commit is contained in:
@@ -75,6 +75,7 @@ class PasswordRequiredPrompt extends Component {
|
||||
return (
|
||||
<div>
|
||||
<AKFieldText
|
||||
autoFocus = { true }
|
||||
compact = { true }
|
||||
label = { this.props.t('dialog.passwordLabel') }
|
||||
name = 'lockKey'
|
||||
|
||||
Reference in New Issue
Block a user