Update CreateAccountModal comments

This commit is contained in:
Scott Erickson 2016-07-07 16:58:50 -07:00
parent 151bf93177
commit 976015734d

View file

@ -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.