mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Add isLoginWithPasskeySupported function to reduce client type checking in template.
This commit is contained in:
@@ -36,6 +36,11 @@ export abstract class LoginComponentService {
|
||||
*/
|
||||
isLoginViaAuthRequestSupported: () => boolean;
|
||||
|
||||
/**
|
||||
* Indicates whether login with passkey is supported on the given client
|
||||
*/
|
||||
isLoginWithPasskeySupported: () => boolean;
|
||||
|
||||
/**
|
||||
* Launches the SSO flow in a new browser window.
|
||||
* - Used by: Browser, Desktop
|
||||
|
||||
Reference in New Issue
Block a user