diff --git a/application/src/services/userService.ts b/application/src/services/userService.ts index c8ad209..8b3a51d 100644 --- a/application/src/services/userService.ts +++ b/application/src/services/userService.ts @@ -1,4 +1,3 @@ - import { pb } from "@/lib/pocketbase"; export interface User { @@ -13,6 +12,7 @@ export interface User { avatar?: string; role?: string; isActive?: boolean; + status?: string; // Added this field to support the backend status } export interface CreateUserData {