Skip to content

Commit

Permalink
fix(connector): fix http email connector id (#6617)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsijie authored Sep 23, 2024
1 parent 6fddf67 commit a88a1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/connectors/connector-http-email/src/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a88a1e9

Please sign in to comment.