Removed io
This commit is contained in:
parent
b7f9c16473
commit
ccd3ec3770
@ -358,7 +358,7 @@ export default class CustomersService extends BaseService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async sendSmsCodeToCustomer(totpPin: number, customer: Customer) {
|
private async sendSmsCodeToCustomer(totpPin: number, customer: Customer) {
|
||||||
const message = "Votre code de vérification LEcoffre est : " + totpPin.toString();
|
const message = "Votre code de vérification LeCoffre est : " + totpPin.toString();
|
||||||
|
|
||||||
// Sélectionnez le fournisseur de SMS en fonction de la variable d'environnement
|
// Sélectionnez le fournisseur de SMS en fonction de la variable d'environnement
|
||||||
//const selectedProvider = this.variables.SMS_PROVIDER === "OVH" ? this.ovhService : this.smsFactorService;
|
//const selectedProvider = this.variables.SMS_PROVIDER === "OVH" ? this.ovhService : this.smsFactorService;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user