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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user