diff --git a/interface/src/scripting/AccountServicesScriptingInterface.h b/interface/src/scripting/AccountServicesScriptingInterface.h
index b5c4a6e0df..415b405e53 100644
--- a/interface/src/scripting/AccountServicesScriptingInterface.h
+++ b/interface/src/scripting/AccountServicesScriptingInterface.h
@@ -98,7 +98,7 @@ public slots:
bool isLoggedIn();
/**jsdoc
- * Prompts the user to log in (the login dialog is displayed) if they're not already logged in.
+ * Prompts the user to log in (with a login dialog) if they're not already logged in. The function returns if the user is logged in or not before the user completes the login dialog.
* @function AccountServices.checkAndSignalForAccessToken
* @returns {boolean} true
if the user is logged in, false
if not.
*/