mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(editor): Remove tooltip about SMTP being required to invite user (no-changelog) (#6474)
remove unneccesary tooltip
This commit is contained in:
@@ -38,18 +38,6 @@
|
||||
@input="onInput"
|
||||
@submit="onSubmit"
|
||||
/>
|
||||
<n8n-info-tip v-if="!settingsStore.isSmtpSetup" class="mt-s">
|
||||
<i18n path="settings.users.setupSMTPInfo">
|
||||
<template #link>
|
||||
<a
|
||||
href="https://docs.n8n.io/reference/user-management.html#step-one-smtp"
|
||||
target="_blank"
|
||||
>
|
||||
{{ $locale.baseText('settings.users.setupSMTPInfo.link') }}
|
||||
</a>
|
||||
</template>
|
||||
</i18n>
|
||||
</n8n-info-tip>
|
||||
</template>
|
||||
<template v-if="!showInviteUrls" #footer>
|
||||
<n8n-button
|
||||
|
||||
Reference in New Issue
Block a user