mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #35186 from nextcloud/fix/oauth2-add-client-button-native-submit
Fix missing native submit type from OAuth client add button
This commit is contained in:
commit
183487a52e
3 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
4
dist/oauth2-oauth2.js
vendored
4
dist/oauth2-oauth2.js
vendored
File diff suppressed because one or more lines are too long
2
dist/oauth2-oauth2.js.map
vendored
2
dist/oauth2-oauth2.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue