1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Change all "twofactorauth.org" references to "2fa.directory" (#840)

This commit is contained in:
Michael Loßin
2021-02-22 19:45:23 +01:00
committed by GitHub
parent d2f1e39a9b
commit a975f6df2b
42 changed files with 43 additions and 43 deletions

View File

@@ -77,7 +77,7 @@ export class InactiveTwoFactorReportComponent extends CipherReportComponent impl
if (this.services.size > 0) {
return;
}
const response = await fetch(new Request('https://twofactorauth.org/api/v1/data.json'));
const response = await fetch(new Request('https://2fa.directory/api/v1/data.json'));
if (response.status !== 200) {
throw new Error();
}