mirror of
https://github.com/bitwarden/web
synced 2025-12-16 08:13:22 +00:00
data breach report. resolves #53
This commit is contained in:
@@ -131,6 +131,10 @@
|
||||
}
|
||||
});
|
||||
|
||||
_service.hibp = $resource('https://haveibeenpwned.com/api/v2/breachedaccount/:email', {}, {
|
||||
get: { method: 'GET', params: { email: '@email' }, isArray: true},
|
||||
});
|
||||
|
||||
function transformUrlEncoded(data) {
|
||||
return $httpParamSerializer(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user