Skip to content

Commit ab8b6cf

Browse files
Fix missing native submit type from OAuth client add button
Signed-off-by: Christoph Wurst <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
1 parent b209a65 commit ab8b6cf

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)