1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00

Merge branch 'PS55-6-22' of https://github.com/bitwarden/clients into PS55-6-22

This commit is contained in:
CarleyDiaz-Bitwarden
2022-08-01 18:22:28 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import { ModalConfig } from "../services/modal.service";
import { ModalRef } from "./modal/modal.ref";
/**
* Used to verify the user's secret, you can customize all of the text in the modal.
* Used to verify the user's identity (using their master password or email-based OTP for Key Connector users). You can customize all of the text in the modal.
*/
@Directive()
export class UserVerificationPromptComponent {