From f44c15ac83e7d4e5ba8488db48b8f23577ddeab4 Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Mon, 23 Mar 2026 18:40:20 +0200 Subject: [PATCH] Remove subscribe button for guests --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index ae8a4145e..ffee63b10 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -3411,7 +3411,7 @@ define([ } } ]; - if (Config.accounts_api) { + if (Config.accounts_api && priv.accountName) { buttons.push({ name: Messages.crowdfunding_subscribe, className: 'primary',