Skip to content

Commit

Permalink
imported ResetPasswordDto
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswangcodes committed Mar 24, 2024
1 parent 6d9966e commit 0771964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/acccount-manager/account-manager.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { UsersService } from './user.service';
import { FileInterceptor } from '@nestjs/platform-express';
import { FileSizes } from '../file-storage/domain';
import { FilesStorageService } from '../file-storage/file-storage.service';
import { VerifyEmailDto, ReturnSessionDto, ReturnUserDto, LoginDto } from './dto/auth.dto';
import { VerifyEmailDto, ReturnSessionDto, ReturnUserDto, ResetPasswordDto } from './dto/auth.dto';
import { UpdateUserInternal } from './dto/create-user.internal';
import { MapTo } from '../shared/serialize.interceptor';
import { CreateUserDto } from './dto/create-user.dto';
Expand Down

0 comments on commit 0771964

Please sign in to comment.