chore: import authClient in show-users component for enhanced authentication handling

This commit is contained in:
Mauricio Siu
2026-03-07 18:14:30 -06:00
parent 21821295e3
commit 735c9952d8
@@ -26,6 +26,7 @@ import {
TableHeader,
TableRow,
} from "@/components/ui/table";
import { authClient } from "@/lib/auth-client";
import { api } from "@/utils/api";
import { AddUserPermissions } from "./add-permissions";
import { ChangeRole } from "./change-role";