fix: csfr error on login
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 2m8s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 2m8s
This commit is contained in:
@@ -9,7 +9,6 @@ use App\Http\Middleware\UniversalTenancy;
|
||||
|
||||
Route::middleware([
|
||||
'web',
|
||||
UniversalTenancy::class,
|
||||
])->group(function () {
|
||||
|
||||
// Root route handles both Central and Tenant contexts
|
||||
|
||||
Reference in New Issue
Block a user