Skip to content

Commit

Permalink
Merge pull request #35237 from nextcloud/backport/35186/stable25
Browse files Browse the repository at this point in the history
[stable25] Fix missing native submit type from OAuth client add button
  • Loading branch information
ChristophWurst authored Nov 18, 2022
2 parents 663feb7 + 4916139 commit 0467731
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/oauth2/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading

0 comments on commit 0467731

Please sign in to comment.