mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 18:13:26 +00:00
manage ui location for popup app
This commit is contained in:
@@ -79,7 +79,7 @@ angular
|
||||
if (totpCode && utilsService.isFirefox()) {
|
||||
utilsService.copyToClipboard(totpCode, document);
|
||||
}
|
||||
if (!utilsService.inSidebar($window)) {
|
||||
if (utilsService.inPopup($window)) {
|
||||
$window.close();
|
||||
}
|
||||
}, function () {
|
||||
|
||||
Reference in New Issue
Block a user