aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/src/App.vue4
-rw-r--r--apps/oauth2/webpack.js4
2 files changed, 3 insertions, 5 deletions
diff --git a/apps/oauth2/src/App.vue b/apps/oauth2/src/App.vue
index 86243b63ee6..ce3c8d95099 100644
--- a/apps/oauth2/src/App.vue
+++ b/apps/oauth2/src/App.vue
@@ -28,9 +28,7 @@
<table v-if="clients.length > 0" class="grid">
<thead>
<tr>
- <th id="headerContent">
-
- </th>
+ <th id="headerContent" />
<th id="headerRemove">
&nbsp;
</th>
diff --git a/apps/oauth2/webpack.js b/apps/oauth2/webpack.js
index 23b9b76b31b..f8f65bc94d7 100644
--- a/apps/oauth2/webpack.js
+++ b/apps/oauth2/webpack.js
@@ -6,6 +6,6 @@ module.exports = {
path: path.resolve(__dirname, './js'),
publicPath: '/js',
filename: 'oauth2.js',
- jsonpFunction: 'webpackJsonpOauth'
- }
+ jsonpFunction: 'webpackJsonpOauth',
+ },
}