Various fixes, add pagination
- add sending token when app is loading if present - set gcTime to Infinity in LoadingState to prevent rerender every 3 minutes - add pagination - add attaching users to address - add detaching users from address
This commit is contained in:
@@ -19,7 +19,7 @@ export const UserDto = z.object({
|
||||
middleName: z.string(),
|
||||
creationDate: z.date(),
|
||||
phone: z.string(),
|
||||
})
|
||||
});
|
||||
|
||||
export const UserLoginDto = z.object({
|
||||
login: z.string()
|
||||
|
||||
Reference in New Issue
Block a user