pub fn passkey_delete(
id: i64,
session: Option<AdminSession>,
pool: &State<DbPool>,
) -> Result<Redirect, AdminReject>Expand description
Removes one of the signed-in admin’s passkeys (POST /admin/passkeys/<id>/delete); the owner
filter means a session can only remove its own. Redirects back to the management page.