Added params to aliases endpoint

This commit is contained in:
Will Browning
2024-02-06 16:16:02 +00:00
parent e72336d020
commit f939a0ba87
12 changed files with 495 additions and 455 deletions

View File

@@ -11,6 +11,11 @@ use LaravelWebauthn\Facades\Webauthn;
class SettingController extends Controller
{
public function __construct()
{
$this->middleware('throttle:3,1')->only('destroy');
}
public function show()
{
return Inertia::render('Settings/General', [