From 64f4b239f73ca318e3e3718c54bde743ee614299 Mon Sep 17 00:00:00 2001 From: Andy Trevorah Date: Tue, 10 Jul 2018 17:36:19 +0100 Subject: [PATCH] fix documentation typo --- src/auth/OAuthAuthenticator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/auth/OAuthAuthenticator.js b/src/auth/OAuthAuthenticator.js index 125b8878e..7c1d1a4dc 100644 --- a/src/auth/OAuthAuthenticator.js +++ b/src/auth/OAuthAuthenticator.js @@ -56,7 +56,7 @@ var OAuthAuthenticator = function(options) { * var data = { * client_id: '{CLIENT_ID}', // Optional field. * username: '{USERNAME}', - * password: '{PASSWORD} + * password: '{PASSWORD}', * connection: '{CONNECTION_NAME}', * scope: 'openid' // Optional field. * }; @@ -121,7 +121,7 @@ OAuthAuthenticator.prototype.signIn = function(userData, cb) { * var data = { * client_id: '{CLIENT_ID}', // Optional field. * username: '{USERNAME}', - * password: '{PASSWORD}' + * password: '{PASSWORD}', * realm: '{CONNECTION_NAME}', // Optional field. * scope: 'openid' // Optional field. * };