Zellkon
Zellkon
Here my code, im using userService.CreateOne for create new user from Auth.Service ``` async signUp(user: User) { console.log(user); let req: CrudRequest; const emailConfirmToken = uuidv4(); const record = await this.userService.createOne(req,...
**Describe the bug**  **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A...
I can't use this function, please help me! Thank 