Prise en compte du '+' dans le numéro de téléphone

This commit is contained in:
2021-05-06 09:23:00 +02:00
parent f0f1d73374
commit f45c0d146d
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ func NewDefault() *Config {
},
Powow: PowowConfig{
APIKey: "powow",
InvalidPhoneNumber: "33666666666",
InvalidPhoneNumber: "+33666666666",
},
}
}