mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
fix twofactorauth.org API path. resolves #422
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user