Update forgot.component.ts

This commit is contained in:
MaxKey 2022-04-25 22:02:11 +08:00
parent 7ddde38019
commit 9e431ec564

View File

@ -7,7 +7,6 @@ import { NzStepsModule } from 'ng-zorro-antd/steps';
import { ChangePassword } from '../../../entity/ChangePassword'; import { ChangePassword } from '../../../entity/ChangePassword';
import { ForgotPasswordService } from '../../../service/forgot-password.service'; import { ForgotPasswordService } from '../../../service/forgot-password.service';
import { ImageCaptchaService } from '../../../service/image-captcha.service'; import { ImageCaptchaService } from '../../../service/image-captcha.service';
import { PasswordService } from '../../../service/password.service';
@Component({ @Component({
selector: 'app-forgot', selector: 'app-forgot',