mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(core): add TODO comments for adding the real connector logo URL (#330)
This commit is contained in:
parent
c42b2a5a67
commit
607a5344c2
4 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,7 @@ export const metadata: ConnectorMetadata = {
|
||||||
en: 'Aliyun Direct Mail',
|
en: 'Aliyun Direct Mail',
|
||||||
zh_CN: '阿里云邮件推送',
|
zh_CN: '阿里云邮件推送',
|
||||||
},
|
},
|
||||||
|
// TODO: add the real logo URL (LOG-1823)
|
||||||
logo: './logo.png',
|
logo: './logo.png',
|
||||||
description: {
|
description: {
|
||||||
en: 'A simple and efficient email service to help you send transactional notifications and batch email.',
|
en: 'A simple and efficient email service to help you send transactional notifications and batch email.',
|
||||||
|
|
|
@ -18,6 +18,7 @@ export const metadata: ConnectorMetadata = {
|
||||||
en: 'Aliyun Short Message Service',
|
en: 'Aliyun Short Message Service',
|
||||||
zh_CN: '阿里云短信服务',
|
zh_CN: '阿里云短信服务',
|
||||||
},
|
},
|
||||||
|
// TODO: add the real logo URL (LOG-1823)
|
||||||
logo: './logo.png',
|
logo: './logo.png',
|
||||||
description: {
|
description: {
|
||||||
en: 'Short Message Service (SMS) has a batch sending feature and various API operations to send one-time password (OTP) messages, notification messages, and promotional messages to customers.',
|
en: 'Short Message Service (SMS) has a batch sending feature and various API operations to send one-time password (OTP) messages, notification messages, and promotional messages to customers.',
|
||||||
|
|
|
@ -22,6 +22,7 @@ export const metadata: ConnectorMetadata = {
|
||||||
en: 'Sign In with GitHub',
|
en: 'Sign In with GitHub',
|
||||||
zh_CN: 'GitHub登录',
|
zh_CN: 'GitHub登录',
|
||||||
},
|
},
|
||||||
|
// TODO: add the real logo URL (LOG-1823)
|
||||||
logo: './logo.png',
|
logo: './logo.png',
|
||||||
description: {
|
description: {
|
||||||
en: 'Sign In with GitHub',
|
en: 'Sign In with GitHub',
|
||||||
|
|
|
@ -28,6 +28,7 @@ export const metadata: ConnectorMetadata = {
|
||||||
en: 'Sign In with Google',
|
en: 'Sign In with Google',
|
||||||
zh_CN: 'Google登录',
|
zh_CN: 'Google登录',
|
||||||
},
|
},
|
||||||
|
// TODO: add the real logo URL (LOG-1823)
|
||||||
logo: './logo.png',
|
logo: './logo.png',
|
||||||
description: {
|
description: {
|
||||||
en: 'Sign In with Google',
|
en: 'Sign In with Google',
|
||||||
|
|
Loading…
Reference in a new issue