Merge pull request #12762 from monofone/10712-remove-forgot-password

remove reset password dialog from sign-in component
This commit is contained in:
Wenkai Yin(尹文开) 2020-08-17 14:24:36 +08:00 committed by GitHub
commit 2de10700d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,5 +44,4 @@
</div>
</clr-main-container>
<sign-up #signupDialog (userCreation)="handleUserCreation($event)"></sign-up>
<forgot-password #forgotPwdDialog></forgot-password>
<about-dialog></about-dialog>