# HG changeset patch # User Kim Alvefur # Date 1679440198 -3600 # Node ID bac39c6e7203ef1cddd3cd5d3930bed6b701040b # Parent 60e0bc35de33a104e7627ddcef0cefe2083e6d50 mod_http_oauth2: Remove another reference to obsolete function diff -r 60e0bc35de33 -r bac39c6e7203 mod_http_oauth2/mod_http_oauth2.lua --- a/mod_http_oauth2/mod_http_oauth2.lua Tue Mar 21 22:29:47 2023 +0100 +++ b/mod_http_oauth2/mod_http_oauth2.lua Wed Mar 22 00:09:58 2023 +0100 @@ -426,7 +426,6 @@ response_type_handlers.code = nil; response_type_handlers.token = nil; grant_type_handlers.authorization_code = nil; - check_credentials = function () return false end end -- OAuth errors should be returned to the client if possible, i.e. by