Skip to content

Commit

Permalink
Merge pull request #35186 from nextcloud/fix/oauth2-add-client-button…
Browse files Browse the repository at this point in the history
…-native-submit

Fix missing native submit type from OAuth client add button
  • Loading branch information
ChristophWurst authored Nov 17, 2022
2 parents beba3d0 + ab8b6cf commit 183487a
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 183487a

Please sign in to comment.