Ensure isLoginWithPasskeySupported is only returns true for web client.

This commit is contained in:
Alec Rippberger 2024-10-10 16:06:23 -05:00
parent 99ddbc9cd6
commit 3936ccd979
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export class DefaultLoginComponentService implements LoginComponentService {
}
isLoginWithPasskeySupported(): boolean {
return this.clientType === ClientType.Web || this.clientType === ClientType.Desktop;
return this.clientType === ClientType.Web;
}
async launchSsoBrowserWindow(