From 12ef2f4465d2346885898748bb831929ce3245f0 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Sat, 11 Jan 2020 13:17:24 +0530 Subject: [PATCH] fix: minor tweak --- assets/js/oauth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/oauth.js b/assets/js/oauth.js index 5c26832b3..f9a58bdba 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} */