Remove io

This commit is contained in:
Vins 2024-11-12 10:15:07 +01:00
parent ffce128c83
commit b7f9c16473

View File

@ -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;