Remove autofocus in dialogs until we know better
This commit is contained in:
@@ -146,7 +146,7 @@ onMounted(async () => {
|
||||
|
||||
<FormGroup>
|
||||
<label for="clientNameInput">{{ $t('oidc.client.name') }}</label>
|
||||
<TextInput id="clientNameInput" v-model="clientName" autofocus required/>
|
||||
<TextInput id="clientNameInput" v-model="clientName" required/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
|
||||
Reference in New Issue
Block a user