From 976015734dd7c8cba982531ecc84a1ca8db5b85b Mon Sep 17 00:00:00 2001 From: Scott Erickson <sderickson@gmail.com> Date: Thu, 7 Jul 2016 16:58:50 -0700 Subject: [PATCH] Update CreateAccountModal comments --- app/views/core/CreateAccountModal/CreateAccountModal.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/core/CreateAccountModal/CreateAccountModal.coffee b/app/views/core/CreateAccountModal/CreateAccountModal.coffee index 877249dfa..690d7ca45 100644 --- a/app/views/core/CreateAccountModal/CreateAccountModal.coffee +++ b/app/views/core/CreateAccountModal/CreateAccountModal.coffee @@ -35,7 +35,8 @@ They `screen`s are: sso-confirm: Alternate version of basic-info for new facebook/g+ users sso-already-exists: When facebook/g+ user already exists, this prompts them to sign in. extras: Not yet implemented - confirmation: Not yet implemented + confirmation: When an account has been successfully created, this view shows them their info and + links them to a landing page based on their account type. NOTE: BasicInfoView's two children (SingleSignOn...View) inherit from it. This allows them to have the same form-handling logic, but different templates.