cleanup totpCode

This commit is contained in:
Kyle Spearrin 2018-05-30 16:08:43 -04:00
parent 49dece7983
commit e9228a7888
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ export class ViewComponent implements OnDestroy {
}
private cleanUp() {
this.totpCode = null;
this.cipher = null;
this.showPassword = false;
if (this.totpInterval) {