Return input when linking a BBS, some consistent instantiation of <form>, more work on select2 transition

This commit is contained in:
2024-12-06 11:11:50 +11:00
parent 70f3a049f6
commit 082b70e072
6 changed files with 50 additions and 129 deletions

View File

@@ -64,7 +64,9 @@ class UserController extends Controller
'code', 'Invalid Code!'
);
return back()->withErrors($validator);
return back()
->withInput()
->withErrors($validator);
}
}