diff --git a/src/controllers/Profile.php b/src/controllers/Profile.php index 0d889ce..c3b7c08 100644 --- a/src/controllers/Profile.php +++ b/src/controllers/Profile.php @@ -95,6 +95,7 @@ private function displayProfileDetails(Client $client, string $password = "", st $this->view_data['districts'] = District::getAll(); $this->view_data['defaultPassword'] = $password; $this->view_data['defaultConfirmPassword'] = $password_confirm; + $this->view_data['form_submitted'] = false; $this->view( 'Register',