Merge pull request #35186 from nextcloud/fix/oauth2-add-client-button-native-submit

Fix missing native submit type from OAuth client add button
pull/35226/head
Christoph Wurst 2022-11-17 18:23:39 +07:00 committed by GitHub
commit 183487a52e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

@ -54,7 +54,7 @@
type="url"
name="redirectUri"
:placeholder="t('oauth2', 'Redirection URI')">
<NcButton class="inline-button">
<NcButton native-type="submit" class="inline-button">
{{ t('oauth2', 'Add') }}
</NcButton>
</form>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long