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:
parent
0a009a678b
commit
a458f34808
1 changed files with 9 additions and 0 deletions
|
@ -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',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue