diff --git a/auth/oauth2/classes/auth.php b/auth/oauth2/classes/auth.php index bd1fbf7c45b..57887e3c3ba 100644 --- a/auth/oauth2/classes/auth.php +++ b/auth/oauth2/classes/auth.php @@ -151,22 +151,6 @@ class auth extends \auth_plugin_base { return true; } - /** - * Prints a form for configuring this authentication plugin. - * - * This function is called from admin/auth.php, and outputs a full page with - * a form for configuring this plugin. - * - * @param stdClass $config - * @param string $err - * @param array $userfields - */ - public function config_form($config, $err, $userfields) { - include(__DIR__ . "/../config.html"); - - return; - } - /** * Return the userinfo from the oauth handshake. Will only be valid * for the logged in user. diff --git a/auth/oauth2/config.html b/auth/oauth2/config.html deleted file mode 100644 index e7ce6066b3d..00000000000 --- a/auth/oauth2/config.html +++ /dev/null @@ -1,12 +0,0 @@ - -
- - - -