From 9af87c2cbdb3382c175e9dbe0787c86358e5c7ac Mon Sep 17 00:00:00 2001 From: Kiril Kovachev Date: Thu, 8 May 2025 01:32:23 +0100 Subject: [PATCH] fix: Temporarily comment out oauth2_token in config template whilst a more principled way of choosing OAuth2 vs password is implemented --- mwbot_template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mwbot_template.toml b/mwbot_template.toml index a8f529b..84a3364 100644 --- a/mwbot_template.toml +++ b/mwbot_template.toml @@ -5,4 +5,4 @@ rest_url = "{}" [auth] username = "{}" password = "{}" -oauth2_token = "{}" +# oauth2_token = "{}"