diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/oauth2/src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/src/App.vue b/apps/oauth2/src/App.vue index 8b9d2e7aff6..28b1f9182e2 100644 --- a/apps/oauth2/src/App.vue +++ b/apps/oauth2/src/App.vue @@ -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> |