fix(editor): Update LDAP and Log streaming paywalls (#6069)

This commit is contained in:
Csaba Tuncsik
2023-04-24 15:37:36 +02:00
committed by GitHub
parent 13ef3c1d20
commit 8a3b3e53e1
4 changed files with 21 additions and 55 deletions

View File

@@ -93,7 +93,7 @@ onBeforeMount(async () => {
</n8n-tooltip>
</div>
<n8n-info-tip>
<i18n :class="$style.count" path="settings.sso.info">
<i18n path="settings.sso.info">
<template #link>
<a href="https://docs.n8n.io/user-management/saml/" target="_blank">
{{ locale.baseText('settings.sso.info.link') }}
@@ -105,7 +105,6 @@ onBeforeMount(async () => {
<div :class="$style.group">
<label>{{ locale.baseText('settings.sso.settings.redirectUrl.label') }}</label>
<CopyInput
:class="$style.copyInput"
:value="redirectUrl"
:copy-button-text="locale.baseText('generic.clickToCopy')"
:toast-title="locale.baseText('settings.sso.settings.redirectUrl.copied')"
@@ -115,7 +114,6 @@ onBeforeMount(async () => {
<div :class="$style.group">
<label>{{ locale.baseText('settings.sso.settings.entityId.label') }}</label>
<CopyInput
:class="$style.copyInput"
:value="entityId"
:copy-button-text="locale.baseText('generic.clickToCopy')"
:toast-title="locale.baseText('settings.sso.settings.entityId.copied')"