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