This commit is contained in:
girish@cloudron.io
2016-02-09 18:53:14 -08:00
parent aab62263a7
commit c1cd7ac129
3 changed files with 4 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ function authenticate(req, res, next) {
clientdb.getByAppIdAndType(result.id, clientdb.TYPE_PROXY, function (error, result) {
if (error) {
console.error('Unkonwn OAuth client.', error);
console.error('Unknown OAuth client.', error);
return res.send(500, 'Unknown OAuth client.');
}