From 4e0747cf08fde361adbc2b190542b6d9f20a5dad Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 23 Jul 2026 22:47:57 +0200 Subject: [PATCH] feat(admin): Use FormBox in admin settings Signed-off-by: Carl Schwan --- src/components/ProviderGeneralSection.vue | 49 +++++++++------- src/components/ProviderSettingsDialog.vue | 69 +++++++++++++---------- 2 files changed, 67 insertions(+), 51 deletions(-) diff --git a/src/components/ProviderGeneralSection.vue b/src/components/ProviderGeneralSection.vue index 6eab1d26c..01f4e2a06 100644 --- a/src/components/ProviderGeneralSection.vue +++ b/src/components/ProviderGeneralSection.vue @@ -3,26 +3,28 @@ SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors SPDX-License-Identifier: AGPL-3.0-or-later -->