mirror of
https://github.com/bitwarden/web
synced 2025-12-14 15:23:14 +00:00
services on 2fa report with software tokens only
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: f76702bb44...dff634d25e
@@ -87,7 +87,7 @@ export class InactiveTwoFactorReportComponent extends CipherReportComponent impl
|
|||||||
for (const serviceName in category) {
|
for (const serviceName in category) {
|
||||||
if (category.hasOwnProperty(serviceName)) {
|
if (category.hasOwnProperty(serviceName)) {
|
||||||
const service = category[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);
|
const hostname = Utils.getHostname(service.url);
|
||||||
if (hostname != null) {
|
if (hostname != null) {
|
||||||
this.services.set(hostname, service.doc);
|
this.services.set(hostname, service.doc);
|
||||||
|
|||||||
Reference in New Issue
Block a user