mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-13 20:36:41 +01:00
Merge pull request #19785 from mozilla/FXA-12784
bug(auth): Fix typo in error name
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = ({ log, oauthDB }) => ({
|
||||
.then(function (client) {
|
||||
if (!client) {
|
||||
log.debug('notFound', { id: params.client_id });
|
||||
throw AppError.unknownClient(params.client_id);
|
||||
throw AppError.unknownClientId(params.client_id);
|
||||
} else {
|
||||
return {
|
||||
id: client.id.toString('hex'),
|
||||
|
||||
Reference in New Issue
Block a user