Skip to content

Commit 735c995

Browse files
committed
chore: import authClient in show-users component for enhanced authentication handling
1 parent 2182129 commit 735c995

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dokploy/components/dashboard/settings/users/show-users.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import {
2626
TableHeader,
2727
TableRow,
2828
} from "@/components/ui/table";
29+
import { authClient } from "@/lib/auth-client";
2930
import { api } from "@/utils/api";
3031
import { AddUserPermissions } from "./add-permissions";
3132
import { ChangeRole } from "./change-role";

0 commit comments

Comments
 (0)