From 58a6b2a4180cb10cc7542d6c61e39488f40399bc Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Mon, 14 Mar 2022 04:41:37 +0000 Subject: [PATCH] Remind people to remember their Discourse username --- webclient/src/Account.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/webclient/src/Account.js b/webclient/src/Account.js index 814b2bd..fa1471e 100644 --- a/webclient/src/Account.js +++ b/webclient/src/Account.js @@ -251,11 +251,18 @@ export function AccountForm(props) { /> {member.discourse_username && } + {member.discourse_username && member.discourse_username !== input.discourse_username && + + Make sure you remember +

You'll use this to log into the Protospace Forum (Spacebar).

+
+ } +