From 0ec1d2b750edfe9298ca89350d0802064ebd03e2 Mon Sep 17 00:00:00 2001 From: lamrani abdelwadoud Date: Sun, 29 Sep 2024 22:36:08 +0200 Subject: [PATCH] Add token oauth for social network (#30813) * Add token oauth for social network * Fix phpstan errors * Fix phpstan errors * variable undeclared and phan errors * variable undeclared and phan errors --------- Co-authored-by: Laurent Destailleur --- htdocs/admin/fediverse.php | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/fediverse.php b/htdocs/admin/fediverse.php index c030997e8f6..d48ebfa5ba6 100644 --- a/htdocs/admin/fediverse.php +++ b/htdocs/admin/fediverse.php @@ -295,8 +295,26 @@ print 'https://mastodon.social/api/v1/accounts/id_user'; print ''; $vartosmtpstype = 'MAIN_MAIL_SMTPS_AUTH_TYPE_EMAILING'; +print ''; + // Methods oauth -print ''.$langs->trans("MAIN_MAIL_SMTPS_AUTH_TYPE").''; +print ''.$langs->trans("MAIN_MAIL_SMTPS_AUTH_TYPE").''; print ''; print ''; print '';