diff --git a/jslib b/jslib index b3d1e9d233a..57e49207e9a 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit b3d1e9d233aa7ed235d6ec0b26cdba41afa065ae +Subproject commit 57e49207e9ad57c71576fc487a38513a4d0fe120 diff --git a/src/app/tools/inactive-two-factor-report.component.ts b/src/app/tools/inactive-two-factor-report.component.ts index 13e1fd76bd5..c66ff907384 100644 --- a/src/app/tools/inactive-two-factor-report.component.ts +++ b/src/app/tools/inactive-two-factor-report.component.ts @@ -76,7 +76,7 @@ export class InactiveTwoFactorReportComponent extends CipherReportComponent impl if (this.services.size > 0) { return; } - const response = await fetch(new Request('https://twofactorauth.org/data.json')); + const response = await fetch(new Request('https://twofactorauth.org/api/v1/data.json')); if (response.status !== 200) { throw new Error(); }