Fix missing native submit type from OAuth client add button

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/35186/head
Christoph Wurst 2 years ago
parent b209a650cc
commit ab8b6cff01
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8

@ -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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save