mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
add launchSsoBrowserWindow() to default service
This commit is contained in:
@@ -279,8 +279,8 @@ export class LoginComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
}
|
||||
|
||||
protected async launchSsoBrowserWindow(): Promise<void> {
|
||||
await this.loginService.launchSsoBrowserWindow(this.loggedEmail);
|
||||
protected async launchSsoBrowserWindow(clientId: "browser" | "desktop"): Promise<void> {
|
||||
await this.loginService.launchSsoBrowserWindow(this.loggedEmail, clientId);
|
||||
}
|
||||
|
||||
protected async goAfterLogIn(userId: UserId): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user