fix(console): mfa refresh after verification, member eventemitter (#651)

* refresh mfa

* fix: detail link from contributors

* lint
This commit is contained in:
Max Peintner
2020-08-27 16:32:03 +02:00
committed by GitHub
parent d233fb6610
commit 3f714679d1
6 changed files with 12 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ export class AuthUserMfaComponent implements OnInit, OnDestroy {
dialogRef.afterClosed().subscribe((code) => {
if (code) {
(this.service as AuthUserService).VerifyMfaOTP(code).then(() => {
// TODO: show state
this.getOTP();
});
}
});