1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

2fa recovery code view

This commit is contained in:
Kyle Spearrin
2018-06-28 09:40:11 -04:00
parent ff65297275
commit b9895ba79a
8 changed files with 99 additions and 2 deletions

View File

@@ -46,6 +46,9 @@ export class TwoFactorVerifyComponent {
try {
switch (this.type) {
case -1:
this.formPromise = this.apiService.getTwoFactorRecover(request);
break;
case TwoFactorProviderType.Duo:
this.formPromise = this.apiService.getTwoFactorDuo(request);
break;