mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
services on 2fa report with software tokens only
This commit is contained in:
@@ -87,7 +87,7 @@ export class InactiveTwoFactorReportComponent extends CipherReportComponent impl
|
||||
for (const serviceName in category) {
|
||||
if (category.hasOwnProperty(serviceName)) {
|
||||
const service = category[serviceName];
|
||||
if (service.tfa && service.url != null) {
|
||||
if (service.tfa && service.software && service.url != null) {
|
||||
const hostname = Utils.getHostname(service.url);
|
||||
if (hostname != null) {
|
||||
this.services.set(hostname, service.doc);
|
||||
|
||||
Reference in New Issue
Block a user