Fixed permissions

This commit is contained in:
frederikpyt
2020-08-03 09:39:32 +02:00
parent 52f71abdd5
commit 09fa8ce007
4 changed files with 46 additions and 14 deletions
@@ -7,7 +7,7 @@
@section("content")
<main>
<h1 class="text-center sde-blue mt-0">Konto</h1>
<form method="post" action="{{ route("users.update", ['user' => Auth::user()]) }}">
<form method="post" action="{{ route("users.accountupdate", ['user' => Auth::user()]) }}">
@csrf
@method("put")
<span>Navn:</span>