From c2d1b9e063a813d7b144479d958fceeb4f8f63e0 Mon Sep 17 00:00:00 2001 From: edent Date: Thu, 31 May 2018 19:16:07 +0100 Subject: [PATCH] Make anon more obvious Fore #157 --- www/add.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/add.php b/www/add.php index d0a14f5..920de64 100644 --- a/www/add.php +++ b/www/add.php @@ -103,7 +103,8 @@ Sign in with Twitter - or be anonymous."; } else { + $login_html = "Sign in with Twitter - or be anonymous."; + } else { $login_html = "You are logged in as @{$twitter_name}"; }