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:
@@ -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) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user