0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

feat(console): sms and email connectors order (#3527)

This commit is contained in:
wangsijie 2023-03-20 13:46:53 +08:00 committed by GitHub
parent 0a009a678b
commit a458f34808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
export const featuredConnectorTargets = [
// Social
'google',
'apple',
'facebook',
@ -9,4 +10,12 @@ export const featuredConnectorTargets = [
'kakao',
'naver',
'azuread',
// Email
'aws-ses',
'sendgrid-mail',
'aliyun-dm',
// SMS
'twilio-sms',
'aliyun-sms',
'tencent-sms',
];