Skip to content

Commit

Permalink
Fix unintended changes
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Feliziani <[email protected]>
  • Loading branch information
GioSensation committed Sep 21, 2023
1 parent 13f2af5 commit 39d0668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Form/matching-config/matching-config-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ const matchingConfiguration = {
'|nom d.utilisateur|identifiant|pseudo' +
// Spanish
'|usuari|cuenta|identificador|apodo' +
// in Spanish dni and nie stand for id number, often used as username
'|\\bdni\\b|\\bnie\\b| del? documento|documento de identidad' +
// in Spanish dni and nie stand for id number, often used as username
'|\\bdni\\b|\\bnie\\b| del? documento|documento de identidad' +
// Swedish
'|användarnamn|kontonamn|användar-id',
skip: 'phone',
Expand Down Expand Up @@ -971,7 +971,7 @@ const matchingConfiguration = {
'|(numero|número|numéro)(?!.*(document|fono|phone|réservation))',

'cc-exp-month':
// 'expir|exp.*mo|exp.*date|ccmonth|cardmonth|addmonth' + // todo: Decide if we need any of this
// 'expir|exp.*mo|exp.*date|ccmonth|cardmonth|addmonth' + // todo: Decide if we need any of this
'gueltig|gültig|monat' + // de-DE
'|fecha' + // es
'|date.*exp' + // fr-FR
Expand Down

0 comments on commit 39d0668

Please sign in to comment.