fix csrf token on profile

This commit is contained in:
2025-05-31 18:15:50 +02:00
parent 4e6bf7b03c
commit 5e5d1beb5e

View File

@@ -6,7 +6,7 @@
<div class="container mx-auto px-4 py-6">
<div class="max-w-3xl mx-auto">
<form method="POST" enctype="multipart/form-data" class="bg-white rounded-lg shadow overflow-hidden">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
<!-- Profile Picture Section -->
<div class="p-4 border-b border-gray-200">
<div class="flex flex-col items-center">