Skip to content

Commit

Permalink
Merge branch 'master' into DXCDT-796-exporting-connections-base-64-en…
Browse files Browse the repository at this point in the history
…code-the-certificate
  • Loading branch information
kushalshit27 committed Jan 7, 2025
2 parents fe5bee2 + 6e98caa commit 40d6a09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/auth0/handlers/guardianFactorProviders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ export default class GuardianFactorProvidersHandler extends DefaultHandler {
// TODO: This is quite a change, needs to be validated for sure.
if (name === 'phone' && provider === 'twilio') {
await this.client.guardian.updatePhoneFactorProviderTwilio(data);
} else if (name === 'sms' && provider === 'twilio') {
await this.client.guardian.setSmsFactorProviderTwilio(data);
} else if (name === 'push-notification' && provider === 'apns') {
await this.client.guardian.updatePushNotificationProviderAPNS(data);
} else if (name === 'push-notification' && provider === 'fcm') {
Expand Down

0 comments on commit 40d6a09

Please sign in to comment.