From 80f7d3120ace2bdf7166dc33894ac6b42434996b Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Sat, 11 Jan 2020 13:15:41 +0530 Subject: [PATCH] fix: minor tweak --- assets/js/oauth.js | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/oauth.js b/assets/js/oauth.js index a1a32c6d0..0316d374f 100644 --- a/assets/js/oauth.js +++ b/assets/js/oauth.js @@ -71,7 +71,6 @@ const getTokenConfiguration = async endpoint => { } }; -////////////////////////////////////////////////////////////////////// // PKCE HELPER FUNCTIONS // Generate a secure random string using the browser crypto functions