Fix: force login form action to use /sidata prefix

This commit is contained in:
2026-08-30 14:13:07 +07:00
parent 59f7760bb3
commit e4ddddae71
+1 -1
View File
@@ -29,7 +29,7 @@
{{ Session::get('error') }} {{ Session::get('error') }}
</p> </p>
@endif @endif
<form action="{{ route('login') }}" method="post"> <form action="{{ url('/sidata/login') }}" method="post">
@csrf @csrf
<div class="form-group mb-1"> <div class="form-group mb-1">
<label class="col-form-label" for="nrk">USERNAME</label> <label class="col-form-label" for="nrk">USERNAME</label>