From 6746642321d0136aecb9ebd8898c8c35a4bee451 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 6 May 2022 12:46:05 -0400 Subject: [PATCH] Improve Waitlist UX --- app/soapbox/features/verification/waitlist_page.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app/soapbox/features/verification/waitlist_page.js b/app/soapbox/features/verification/waitlist_page.js index c21c4d56b..a40e62835 100644 --- a/app/soapbox/features/verification/waitlist_page.js +++ b/app/soapbox/features/verification/waitlist_page.js @@ -17,8 +17,6 @@ const WaitlistPage = ({ account }) => { const logo = useSelector((state) => getSoapboxConfig(state).get('logo')); - const waitlistPosition = account.getIn(['source', 'unapproved_position']); - const onClickLogOut = (event) => { event.preventDefault(); dispatch(logOut(intl)); @@ -47,12 +45,13 @@ const WaitlistPage = ({ account }) => { Waitlisted - #{waitlistPosition.toLocaleString()} - You're on the Waitlist! + + @{account.acct} has been created successfully! + - Thanks for joining! Due to high demand, we have placed you on our - waitlist. We love you, and you are not just another number to us! But your - waitlist number is above 🙂 + Due to massive demand, we have placed you on our waitlist. + We love you, and you're not just another number to us. + We are working to get you on our platform. Stay tuned!