mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Ensure Login with Passkey button is shown by setting clientType.
This commit is contained in:
@@ -20,7 +20,9 @@ export class DefaultLoginComponentService implements LoginComponentService {
|
||||
protected passwordGenerationService: PasswordGenerationServiceAbstraction,
|
||||
protected platformUtilsService: PlatformUtilsService,
|
||||
protected ssoLoginService: SsoLoginServiceAbstraction,
|
||||
) {}
|
||||
) {
|
||||
this.clientType = this.platformUtilsService.getClientType();
|
||||
}
|
||||
|
||||
async getOrgPolicies(): Promise<PasswordPolicies | null> {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user