Skip to content

Commit 183487a

Browse files
Merge pull request #35186 from nextcloud/fix/oauth2-add-client-button-native-submit
Fix missing native submit type from OAuth client add button
2 parents beba3d0 + ab8b6cf commit 183487a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/oauth2/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
type="url"
5555
name="redirectUri"
5656
:placeholder="t('oauth2', 'Redirection URI')">
57-
<NcButton class="inline-button">
57+
<NcButton native-type="submit" class="inline-button">
5858
{{ t('oauth2', 'Add') }}
5959
</NcButton>
6060
</form>

0 commit comments

Comments
 (0)