1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Use api action directive for confirm action (#1153)

This commit is contained in:
Matt Gibson
2021-09-13 08:46:16 -04:00
committed by GitHub
parent 8180aaa4cc
commit c82d1b3c50
3 changed files with 5 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ export class UserConfirmComponent implements OnInit {
dontAskAgain = false;
loading = true;
fingerprint: string;
formPromise: Promise<any>;
constructor(private cryptoService: CryptoService, private storageService: StorageService) { }