1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-28 10:55:27 +02:00

Change "given" to "determined" in a comment

This commit is contained in:
Addison Beck 2024-06-10 11:47:20 -05:00
parent 0644431ffc
commit 3f657ad452
No known key found for this signature in database

View File

@ -65,9 +65,9 @@ export type UserVerificationDialogOptions = {
*
* Possible values:
*
* - "default": Perform the default validation operation for a given secret
* type. This would, for example, validate master passwords locally but
* OTPs on the server.
* - "default": Perform the default validation operation for the determined
* secret type. This would, for example, validate master passwords
* locally but OTPs on the server.
* - "client": Only do a client-side verification with no possible server
* request. Includes local MP verification, PIN, and Biometrics.
* **Important:** This option is only for use on desktop and browser