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

Apply lints

This commit is contained in:
Isaiah Inuwa
2026-01-13 12:52:30 -06:00
parent e392fe712a
commit bfdca55ae3
10 changed files with 94 additions and 72 deletions

View File

@@ -159,7 +159,7 @@ export interface Fido2AuthenticatorGetAssertionParams {
/** Signals whether an error should be thrown if an assertion cannot be obtained without showing Bitwarden UI.
*
* Note that OS user verification prompts are allowed in silent requests.
*/
*/
isSilent?: boolean;
}

View File

@@ -54,7 +54,7 @@ export interface PickCredentialParams {
/** Signals whether an error should be thrown if an assertion cannot be obtained without showing Bitwarden UI.
*
* Note that OS user verification prompts are allowed in silent requests.
*/
*/
isSilent?: boolean;
}
@@ -129,4 +129,4 @@ export abstract class Fido2UserInterfaceSession {
}
/** Thrown when user interaction is required during a request for a silent assertion. */
export class UserInteractionRequired extends Error {}
export class UserInteractionRequired extends Error {}