From aadc85cda0a788cb0f421accaccd04afd8526a98 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 12 Jun 2025 01:08:15 +0200 Subject: [PATCH] Use explicity copy to clipboard button for openId client/secret fields --- .../src/views/UserDirectoryOpenIdProviderView.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dashboard/src/views/UserDirectoryOpenIdProviderView.vue b/dashboard/src/views/UserDirectoryOpenIdProviderView.vue index 7295480f1..240ff4ffa 100644 --- a/dashboard/src/views/UserDirectoryOpenIdProviderView.vue +++ b/dashboard/src/views/UserDirectoryOpenIdProviderView.vue @@ -5,7 +5,7 @@ const i18n = useI18n(); const t = i18n.t; import { ref, onMounted, useTemplateRef, computed } from 'vue'; -import { Button, Dialog, TableView, FormGroup, TextInput, InputDialog } from 'pankow'; +import { Button, Dialog, TableView, FormGroup, TextInput, InputGroup, InputDialog } from 'pankow'; import { copyToClipboard } from 'pankow/utils'; import Section from '../components/Section.vue'; import DashboardModel from '../models/DashboardModel.js'; @@ -141,12 +141,18 @@ onMounted(async () => { - + + +