Browse Source

Tests frontend

refactoring
Guillaume Bourgeois 1 year ago
parent
commit
e08a3d5977
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/forms/SignupForm.php

+ 1
- 1
frontend/forms/SignupForm.php View File

@@ -198,7 +198,7 @@ class SignupForm extends Model
['id_tax_rate_default', 'exist',
'targetClass' => TaxRate::className(),
'targetAttribute' => ['id_tax_rate_default' => 'id']],
//['verifyCode', 'captcha', 'message' => 'Veuillez recopier le code de vérification'],
['verifyCode', 'captcha', 'message' => 'Veuillez recopier le code de vérification'],
];
}


Loading…
Cancel
Save