diff --git a/database/migrations/2025_01_27_223312_change_profile_none.php b/database/migrations/2025_01_27_223312_change_profile_none.php index 3f95c01..52d1731 100644 --- a/database/migrations/2025_01_27_223312_change_profile_none.php +++ b/database/migrations/2025_01_27_223312_change_profile_none.php @@ -12,7 +12,7 @@ */ public function up(): void { - DB::table("users")->where("path", "profiles/none.svg")->update([ + DB::table("users")->where("path", "profiles/none.png")->update([ "path" => "profiles/none.webp" ]); } diff --git a/resources/js/Pages/Admin/User/Index.vue b/resources/js/Pages/Admin/User/Index.vue index c4de8ce..ad0e8a7 100644 --- a/resources/js/Pages/Admin/User/Index.vue +++ b/resources/js/Pages/Admin/User/Index.vue @@ -61,7 +61,7 @@ const resetPassword = (id, email) => {
-
+

{{ user.name }}