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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user