|
|
@ -4,7 +4,7 @@ import { Injectable } from '@nestjs/common'; |
|
|
|
import * as bcrypt from 'bcryptjs'; |
|
|
|
import * as bcrypt from 'bcryptjs'; |
|
|
|
|
|
|
|
|
|
|
|
import { v4 as uuidv4 } from 'uuid'; |
|
|
|
import { v4 as uuidv4 } from 'uuid'; |
|
|
|
import type { CreateUserDto } from 'src/controllers/auth/auth.controller'; |
|
|
|
import type { CreateUserDto } from '~/controllers/auth/auth.controller'; |
|
|
|
import Noco from '~/Noco'; |
|
|
|
import Noco from '~/Noco'; |
|
|
|
import { genJwt } from '~/services/users/helpers'; |
|
|
|
import { genJwt } from '~/services/users/helpers'; |
|
|
|
import { UsersService } from '~/services/users/users.service'; |
|
|
|
import { UsersService } from '~/services/users/users.service'; |
|
|
|