wizard encrypt

This commit is contained in:
Drew Ansbacher
2021-08-26 13:54:23 -06:00
committed by Aiden McClelland
parent a4b769f982
commit c278e7fbc2
5 changed files with 70 additions and 94 deletions

View File

@@ -8,8 +8,6 @@ import { ApiService, EmbassyDrive, RecoveryDrive } from './api/api.service'
export class StateService {
polling = false
productKey: string
embassyDrive: EmbassyDrive;
embassyPassword: string
recoveryDrive: RecoveryDrive;