Two more indentation fixes

This commit is contained in:
Kristian Dupont 2017-03-20 10:43:42 +01:00
parent 1bdc50ebf6
commit aa38d28eb0
1 changed files with 2 additions and 2 deletions

View File

@ -142,10 +142,10 @@ class User {
/**
* Register/login a sync user using an external login provider.
* @param {string} server - authentication server
* @param {object} options - options, containing the following:
* @param {object} options - options, containing the following:
* @param {string} options.provider - The provider type
* @param {string} options.providerToken - The access token for the given provider
* @param {object} [options.userInfo] - A map containing additional data required by the provider
* @param {object} [options.userInfo] - A map containing additional data required by the provider
* @param {function(error, User)} callback - called with the following arguments:
* - `error` - an Error object is provided on failure
* - `user` - a valid User object on success