aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/js-src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth2/js-src')
-rw-r--r--apps/oauth2/js-src/components/OAuthItem.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/js-src/components/OAuthItem.vue b/apps/oauth2/js-src/components/OAuthItem.vue
index 0ae37157487..2ef10bfadf5 100644
--- a/apps/oauth2/js-src/components/OAuthItem.vue
+++ b/apps/oauth2/js-src/components/OAuthItem.vue
@@ -24,8 +24,8 @@
<td>{{name}}</td>
<td>{{redirectUri}}</td>
<td><code>{{clientId}}</code></td>
- <td><code>{{renderedSecret}}</code><a class='icon-toggle has-tooltip' :title="t('oauth2', 'Show client secret')" @click="toggleSecret">SHOW SECRET</a></td>
- <td class="action-column"><span><a class="icon-delete has-tooltip" :title="t('oauth2', 'Delete')" @click="$emit('delete', id)">DELETE</a></span></td>
+ <td><code>{{renderedSecret}}</code><a class='icon-toggle has-tooltip' :title="t('oauth2', 'Show client secret')" @click="toggleSecret"></a></td>
+ <td class="action-column"><span><a class="icon-delete has-tooltip" :title="t('oauth2', 'Delete')" @click="$emit('delete', id)"></a></span></td>
</tr>
</template>