Remove autofocus in dialogs until we know better

This commit is contained in:
Johannes Zellner
2025-03-28 20:54:57 +01:00
parent d68db98d62
commit c859321cfd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>