Add password change feature.
[Project_webapp.git] / includes / formregister.php
index 4abaa5001fd1a712dcef5c3f782199814afc2dee..b79d97c0609b7fde4d0fad76ad89573e5b00fbc5 100644 (file)
@@ -50,4 +50,5 @@ if (!empty($form_name) && !empty($form_firstname) && !empty($form_numstreet) &&
     echo "There's a required non filled field or the input in a field do not match the required pattern. <br>";
     echo "<a href=\"javascript:history.go(-1)\">Retour</a>";
 }
+
 ?>