From 1b2f2a0f0116831a4f6375a39269f59d1b78821e Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 15 Apr 2021 20:56:16 +0100 Subject: [PATCH] move the OAUTH2 page above the Advanced page --- src/prefs_account.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs_account.c b/src/prefs_account.c index ae56b62db..d8de029bc 100644 --- a/src/prefs_account.c +++ b/src/prefs_account.c @@ -4361,8 +4361,8 @@ void prefs_account_init() hooks_register_hook(SSL_CERT_GET_PASSWORD, sslcert_get_password, NULL); #endif register_proxy_page(); - register_advanced_page(); register_oauth2_page(); + register_advanced_page(); } PrefsAccount *prefs_account_new(void) -- 2.11.4.GIT