Browse Source

Fix style issues pointed out in review

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
tags/v12.0.0RC1
Lukas Reschke 7 years ago
parent
commit
d90eba3f85
No account linked to committer's email address
2 changed files with 1 additions and 2 deletions
  1. 1
    1
      apps/oauth2/appinfo/routes.php
  2. 0
    1
      apps/oauth2/js/setting-admin.js

+ 1
- 1
apps/oauth2/appinfo/routes.php View File

'verb' => 'POST' 'verb' => 'POST'
], ],
], ],
];
];

+ 0
- 1
apps/oauth2/js/setting-admin.js View File


$(document).ready(function () { $(document).ready(function () {


$('.show-oauth-credentials').click(function() { $('.show-oauth-credentials').click(function() {

Loading…
Cancel
Save