Merge pull request #35237 from nextcloud/backport/35186/stable25

[stable25] Fix missing native submit type from OAuth client add button
This commit is contained in:
Christoph Wurst 2022-11-18 11:24:20 +01:00 committed by GitHub
commit 0467731dae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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