1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

move extension launchSsoBrowserWindow() to extension service

This commit is contained in:
rr-bw
2024-09-13 17:21:15 -07:00
parent b7996183bf
commit e076e94c08
6 changed files with 88 additions and 54 deletions

View File

@@ -11,6 +11,10 @@ export class DefaultLoginService implements LoginService {
protected toastService: ToastService,
) {}
async launchSsoBrowserWindow(email: string): Promise<void | null> {
return null;
}
getShowPasswordlessFlag(): boolean {
return null;
}