diff --git a/apps/web/src/app/reports/pages/inactive-two-factor-report.component.ts b/apps/web/src/app/reports/pages/inactive-two-factor-report.component.ts index f84050b900..897746ff95 100644 --- a/apps/web/src/app/reports/pages/inactive-two-factor-report.component.ts +++ b/apps/web/src/app/reports/pages/inactive-two-factor-report.component.ts @@ -86,7 +86,7 @@ export class InactiveTwoFactorReportComponent extends CipherReportComponent impl if (this.services.size > 0) { return; } - const response = await fetch(new Request("https://2fa.directory/api/v3/totp.json")); + const response = await fetch(new Request("https://api.2fa.directory/v3/totp.json")); if (response.status !== 200) { throw new Error(); } diff --git a/apps/web/webpack.config.js b/apps/web/webpack.config.js index 2000fe877a..66187233ce 100644 --- a/apps/web/webpack.config.js +++ b/apps/web/webpack.config.js @@ -261,7 +261,7 @@ const devServer = https://notifications.bitwarden.com https://cdn.bitwarden.net https://api.pwnedpasswords.com - https://2fa.directory/api/v3/totp.json + https://api.2fa.directory/v3/totp.json https://api.stripe.com https://www.paypal.com https://api.braintreegateway.com