Remove io
This commit is contained in:
parent
ffce128c83
commit
b7f9c16473
@ -358,7 +358,7 @@ export default class CustomersService extends BaseService {
|
||||
}
|
||||
|
||||
private async sendSmsCodeToCustomer(totpPin: number, customer: Customer) {
|
||||
const message = "Votre code de vérification LEcoffre.io 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
|
||||
//const selectedProvider = this.variables.SMS_PROVIDER === "OVH" ? this.ovhService : this.smsFactorService;
|
||||
|
Loading…
x
Reference in New Issue
Block a user