From 0950e80ce7e0743d2c73c8413df171fb4d96859d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 Jun 2025 17:12:38 +0200 Subject: [PATCH] FIX Disallow special char in name of oauth entries --- htdocs/admin/oauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/oauth.php b/htdocs/admin/oauth.php index a996a17ff0c..dea7e1e8d53 100644 --- a/htdocs/admin/oauth.php +++ b/htdocs/admin/oauth.php @@ -294,7 +294,7 @@ foreach ($list as $key) { } print ''; print ajax_combobox('provider'); -print ' '; +print ' '; print ' '; print '
';