mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(connector): fix http email connector id (#6617)
This commit is contained in:
parent
6fddf6750c
commit
a88a1e9f6a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ import type { ConnectorMetadata } from '@logto/connector-kit';
|
|||
import { ConnectorConfigFormItemType } from '@logto/connector-kit';
|
||||
|
||||
export const defaultMetadata: ConnectorMetadata = {
|
||||
id: 'http-email-service',
|
||||
target: 'http-mail',
|
||||
id: 'http-email',
|
||||
target: 'http-email',
|
||||
platform: null,
|
||||
name: {
|
||||
en: 'HTTP Email',
|
||||
|
|
Loading…
Reference in a new issue