diff --git a/assets/js/oauth.js b/assets/js/oauth.js index 784f6baea..6e00a21c6 100644 --- a/assets/js/oauth.js +++ b/assets/js/oauth.js @@ -130,7 +130,7 @@ const pkceChallengeFromVerifier = async v => { // OAUTH REQUEST /** - * Initiate PKCE Auth Code flow when requested + * Initiates PKCE Auth Code flow when requested * * @param {Object} - The necessary params * @returns {Void}