From ac51a2b3d943bf50ac06ddda492997eabde2b5ea Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 1 Sep 2025 13:34:45 +0530 Subject: [PATCH] fix: info order --- .../security/components/SamlInfoSection.vue | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/app/javascript/dashboard/routes/dashboard/settings/security/components/SamlInfoSection.vue b/app/javascript/dashboard/routes/dashboard/settings/security/components/SamlInfoSection.vue index e9e8156b8..3e37af86b 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/security/components/SamlInfoSection.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/security/components/SamlInfoSection.vue @@ -31,6 +31,22 @@ const handleCopy = async text => {
+
+
+ + {{ t('SECURITY_SETTINGS.SAML.ACS_URL.LABEL') }} + + {{ acsUrl }} +
+ +
{ @click="handleCopy(fingerprint)" />
-
-
- - {{ t('SECURITY_SETTINGS.SAML.ACS_URL.LABEL') }} - - {{ acsUrl }} -
- -