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 }} -
- -