mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-08 19:18:02 +01:00
Ensure Passkey login available for web and desktop.
This commit is contained in:
parent
5aec3e8210
commit
8975b60e1e
@ -37,7 +37,7 @@ export class DefaultLoginComponentService implements LoginComponentService {
|
||||
}
|
||||
|
||||
isLoginWithPasskeySupported(): boolean {
|
||||
return this.clientType === ClientType.Web;
|
||||
return this.clientType === ClientType.Web || this.clientType === ClientType.Desktop;
|
||||
}
|
||||
|
||||
async launchSsoBrowserWindow(
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
<div class="tw-text-center">{{ "or" | i18n }}</div>
|
||||
|
||||
<!-- Link to Login with Passkey page (Browser only) -->
|
||||
<!-- Link to Login with Passkey page (Web and Desktop only) -->
|
||||
<ng-container *ngIf="isLoginWithPasskeySupported()">
|
||||
<a
|
||||
bitButton
|
||||
|
Loading…
Reference in New Issue
Block a user