mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 22:44:11 +00:00
Apply lints
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user