diff --git a/edit_profile.php b/edit_profile.php
index 22939de38c062ee2f9cda59d0e0ce748f6d9cf97..e042da80f3dfbcff49d4a99bf6dfbe52f56ea8fd 100644
--- a/edit_profile.php
+++ b/edit_profile.php
@@ -48,6 +48,7 @@ if (isset($_FILES["profile_image"]["name"])) {
     $profileImageTmpName = $_FILES["profile_image"]["tmp_name"];
     $fileSize = $_FILES["profile_image"]["size"];
     $fileError = $_FILES["profile_image"]["error"];
+    // todo : file type 
 }
 
 if (isset($_POST['password'])) {