mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
Close 2fa window if redirected from sso login (#1480)
* Close 2fa window if redirected from sso login This is a workaround until we can get browser extension sso to use the toolbar popup. other changes are linter autofixs Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
import { ConstantsService } from 'jslib/services/constants.service'
|
||||
import { ConstantsService } from 'jslib/services/constants.service';
|
||||
import { CryptoFunctionService } from 'jslib/abstractions/cryptoFunction.service';
|
||||
import { EnvironmentService } from 'jslib/abstractions/environment.service';
|
||||
import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service';
|
||||
|
||||
Reference in New Issue
Block a user