diff --git a/assets/js/oauth.js b/assets/js/oauth.js index 5c26832b..f9a58bdb 100644 --- a/assets/js/oauth.js +++ b/assets/js/oauth.js @@ -74,7 +74,7 @@ const getTokenConfiguration = async endpoint => { // PKCE HELPER FUNCTIONS /** - * Generate a secure random string using the browser crypto functions + * Generates a secure random string using the browser crypto functions * * @returns {Object} */