feat: Remove returning token from customer and user endpoints (#7523)
* chore: Move generateJwtToken to utils * feat: Stop returning token on user and customer endpoints
This commit is contained in:
@@ -58,7 +58,7 @@ export const useCustomers = (
|
||||
|
||||
export const useCreateCustomer = (
|
||||
options?: UseMutationOptions<
|
||||
{ customer: HttpTypes.AdminCustomer; token: string },
|
||||
{ customer: HttpTypes.AdminCustomer },
|
||||
Error,
|
||||
HttpTypes.AdminCreateCustomer
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user