diff --git a/wherehows-web/app/authenticators/custom-ldap.ts b/wherehows-web/app/authenticators/custom-ldap.ts index 646eb29a19..d8fcf4888b 100644 --- a/wherehows-web/app/authenticators/custom-ldap.ts +++ b/wherehows-web/app/authenticators/custom-ldap.ts @@ -8,7 +8,7 @@ export default Base.extend({ * Resolves with data object returned from successful request. * @param {string} username username to authenticate with * @param {string} password matching candidate password for username - * @return {Promise<{}>} + * @return {Promise} */ authenticate: async (username: string, password: string): Promise => { const { data } = await postJSON({